From 7ba99184a0bc5f18911eca510f45b1267174ebb0 Mon Sep 17 00:00:00 2001 From: Tobias Nyholm Date: Sat, 8 Apr 2017 11:52:19 +0200 Subject: [PATCH] Updated changelog (#340) --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index edb96fd..0394560 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ The change log describes what is "Added", "Removed", "Changed" or "Fixed" between each release. -## 2.2 (Unreleased) +## 2.2.0 This version contains a new way of using the API. Each endpoint return a domain object and the endpoints are grouped like the API documentation. @@ -23,6 +23,7 @@ endpoints are grouped like the API documentation. ### Fixed +- Fix disordered POST parameters. We do not use array syntax. - Code styles ### Deprecated