Skip to content
This repository has been archived by the owner on Sep 28, 2022. It is now read-only.

Commit

Permalink
working on changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
jstoiko committed Sep 20, 2015
1 parent 260b762 commit 3213934
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,15 +1,22 @@
Changelog
=========

* :release:`0.5.0 <2015-09-xx>`
* :support:`-` Added support for Nefertari event handlers and removed support for processors
* :support:`-` Added support for `'nefertari-guards' <https://nefertari-guards.readthedocs.org/>`_
* :support:`-` Added support for Nefertari '_hidden_fields'
* :support:`-` ACL permission names in RAML now match real permission names instead of http methods
* :bug:`- major` Fixed a bug using 'required' '_db_settings' property on 'relationship' field

* :release:`0.4.1 <2015-09-02>`
* :bug:`-` Simplified ACLs (refactoring)

* :release:`0.4.0 <2015-08-19>`
* :support:`-` Added support for JSON schema draft 04
* :support:`-` RAML is now parsed using ramlfications instead of pyraml-parser
* :feature:`-` Boolean values in RAML don't have to be strings anymore (previous limitation of pyraml-parser)
* :feature:`-` Renamed setting `ramses.auth` to `auth`
* :feature:`-` Renamed setting `debug` to `enable_get_tunneling`
* :feature:`-` Renamed setting 'ramses.auth' to 'auth'
* :feature:`-` Renamed setting 'debug' to 'enable_get_tunneling'
* :feature:`-` Field name and request object are now passed to field processors under 'field' and 'request' kwargs respectively
* :feature:`-` Added support for relationship processors and backref relationship processors ('backref_after_validation'/'backref_before_validation')
* :feature:`-` Renamed schema's 'args' property to '_db_settings'
Expand Down

0 comments on commit 3213934

Please sign in to comment.