Skip to content

Commit

Permalink
Update and Fix CHANGELOG
Browse files Browse the repository at this point in the history
5.3.2 is already released and some merges were listed on the wrong
version.
  • Loading branch information
gabisurita committed Feb 1, 2017
1 parent eba6a77 commit cbe1336
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,15 @@ This document describes changes between each past release.

- Remove pypy supports. (#1049)

**Internal changes**

- Permission schema children fields are now set during initialization instead of on
deserialization (#1046).
- Request schemas (including validation and deserialization) are now isolated by method
and endpoint type (#1047).

5.3.2 (unreleased)

5.3.2 (2017-01-31)
------------------

**Bug fixes**
Expand All @@ -30,12 +37,8 @@ This document describes changes between each past release.

- Remove JSON Patch content-type from accepted types on the viewset, since it is handled
in a separate view (#1031).
- Permission schema children fields are now set during initialization instead of on
deserialization (#1046).
- Upgraded to Kinto-Admin 1.8.1
- Configure the Kinto Admin auth methods from the server configuration (#1042)
- Request schemas (including validation and deserialization) are now isolated by method
and endpoint type (#1047).

5.3.0 (2017-01-20)
------------------
Expand Down

0 comments on commit cbe1336

Please sign in to comment.