From 93f8cd9b32097f28db268f1ef7b2c4cbc24cfbfd Mon Sep 17 00:00:00 2001 From: Ian Ward Date: Fri, 22 Mar 2019 12:56:11 -0400 Subject: [PATCH] update changelog for 1.2.0 --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 474fca7e..88eb669f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -41,3 +41,16 @@ * sorted_choices option to sort choices before displaying them * automatic reloading on schema changes in development mode * improved test coverage and lots of fixes + +## 1.2.0 + +2019-03-22 + +* automated tests against 2.6, 2.7, 2.8 and master +* fixes and tests for group and org schemas +* form_attrs are now added to existing tag classes instead of replacing them +* remove delete button from create form +* support for custom types in the slug widget +* added required fields markers for groups/orgs +* allow hiding resource fields +* other small fixes