From b2284f87fb6ba60881b5ad95555848dccfb9f545 Mon Sep 17 00:00:00 2001 From: Oliver Sauder Date: Fri, 4 Jan 2019 10:25:54 +0100 Subject: [PATCH] Clarify only user specific change log entries be added --- CHANGELOG.md | 1 - docs/pull_request_template.md | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 409c5158..2ea07f9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,7 +28,6 @@ any parts of the framework not mentioned in the documentation should generally b * Do not render `write_only` relations * Do not skip empty one-to-one relationships * Allow `HyperlinkRelatedField` to be used with [related urls](https://django-rest-framework-json-api.readthedocs.io/en/stable/usage.html?highlight=related%20links#related-urls) -* Fixed hardcoded year 2018 in tests ([#539](https://github.com/django-json-api/django-rest-framework-json-api/issues/539)) * Avoid exception in `AutoPrefetchMixin` when including a reverse one to one relation ([#537](https://github.com/django-json-api/django-rest-framework-json-api/issues/537)) * Avoid requested resource(s) to be added to included as well ([#524](https://github.com/django-json-api/django-rest-framework-json-api/issues/524)) diff --git a/docs/pull_request_template.md b/docs/pull_request_template.md index a862bcbb..f7edc0b8 100644 --- a/docs/pull_request_template.md +++ b/docs/pull_request_template.md @@ -7,5 +7,5 @@ Fixes # - [ ] PR only contains one change (considered splitting up PR) - [ ] unit-test added - [ ] documentation updated -- [ ] changelog entry added to `CHANGELOG.md` +- [ ] `CHANGELOG.md` updated (only for user relevant changes) - [ ] author name in `AUTHORS`