Skip to content

Commit 97e1a6c

Browse files
committed
Updated changelog
1 parent 5cc8acf commit 97e1a6c

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

Diff for: CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
11

2+
v2.1.0
3+
4+
* Parse `meta` in JSONParser
5+
* Added code coverage reporting and updated Django versions tested against
6+
* Fixed Django 1.10 compatibility
7+
* Added support for regular non-ModelSerializers
8+
* Added performance enhancements to reduce the number of queries in related payloads
9+
* Fixed bug where related `SerializerMethodRelatedField` fields were not included even if in `include`
10+
* Convert `include` field names back to snake_case
11+
* Documented built in `url` field for generating a `self` link in the `links` key
12+
* Fixed bug that prevented `fields = ()` in a serializer from being valid
13+
* Fixed stale data returned in PATCH to-one relation
14+
* Raise a `ParseError` if an `id` is not included in a PATCH request
15+
216
v2.0.1
317

418
* Fixed naming error that caused ModelSerializer relationships to fail

0 commit comments

Comments
 (0)