Skip to content

Commit

Permalink
updating changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
romaninsh committed Jul 25, 2016
1 parent fa4ac2d commit f54b8da
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
# 1.0.1

Updated to latest version in dependencies
This is our first maintenance release that solves several important
issues.

*
* Added support for automated model reloading after save().
* Added documentaiton sections for Advanced Topics with tips and tricks
* how to implement [soft-delete](http://agile-data.readthedocs.io/en/develop/advanced.html#soft-delete), [audit](http://agile-data.readthedocs.io/en/develop/advanced.html#audit-fields)
* how to [override default method actions](http://agile-data.readthedocs.io/en/develop/model.html?highlight=hook#how-to-prevent-action), e.g. [delete()](shttp://agile-data.readthedocs.io/en/develop/advanced.html#soft-delete-that-overrides-default-delete)
* how to [verify updates](http://agile-data.readthedocs.io/en/develop/model.html?highlight=hook#how-to-verify-updates)
* how to create [fields with unique values](http://agile-data.readthedocs.io/en/develop/advanced.html#creating-unique-field)

* Updated to latest version in dependencies

# 1.0.0

Expand Down

0 comments on commit f54b8da

Please sign in to comment.