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