Skip to content

Commit 6bf0f89

Browse files
authored
Clarify only user specific change log entries be added (#543)
1 parent 70be81b commit 6bf0f89

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ any parts of the framework not mentioned in the documentation should generally b
2828
* Do not render `write_only` relations
2929
* Do not skip empty one-to-one relationships
3030
* 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)
31-
* Fixed hardcoded year 2018 in tests ([#539](https://github.com/django-json-api/django-rest-framework-json-api/issues/539))
3231
* 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))
3332
* 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))
3433

docs/pull_request_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ Fixes #
77
- [ ] PR only contains one change (considered splitting up PR)
88
- [ ] unit-test added
99
- [ ] documentation updated
10-
- [ ] changelog entry added to `CHANGELOG.md`
10+
- [ ] `CHANGELOG.md` updated (only for user relevant changes)
1111
- [ ] author name in `AUTHORS`

0 commit comments

Comments
 (0)