Skip to content

Commit

Permalink
Updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jerel committed Aug 18, 2016
1 parent 5cc8acf commit 97e1a6c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@

v2.1.0

* Parse `meta` in JSONParser
* Added code coverage reporting and updated Django versions tested against
* Fixed Django 1.10 compatibility
* Added support for regular non-ModelSerializers
* Added performance enhancements to reduce the number of queries in related payloads
* Fixed bug where related `SerializerMethodRelatedField` fields were not included even if in `include`
* Convert `include` field names back to snake_case
* Documented built in `url` field for generating a `self` link in the `links` key
* Fixed bug that prevented `fields = ()` in a serializer from being valid
* Fixed stale data returned in PATCH to-one relation
* Raise a `ParseError` if an `id` is not included in a PATCH request

v2.0.1

* Fixed naming error that caused ModelSerializer relationships to fail
Expand Down

0 comments on commit 97e1a6c

Please sign in to comment.