Skip to content

Commit

Permalink
Merge pull request #414 from cruxlog/patch-3
Browse files Browse the repository at this point in the history
Changelog entry on default actions and new doc
  • Loading branch information
disko committed Apr 16, 2015
2 parents 5e58d1e + 6d846a4 commit 98bdcc3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@ Change History

- Add sanitizers. See :ref:`sanitizers` and :mod:`kotti.sanitizers` for
details. This fixes #296.

- Added new document on how to customize the edit interface.
See :ref:`add-to-edit-interface`.

- Make it easier to customize default actions by separating them to a new
``kotti.resources.default_actions`` variable. Before, to customize them, you'd
have to change ``Content.type_info.edit_links[3].children``, now you can mutate
``default_actions`` directly. See :ref:`add-to-edit-interface` for details.


1.1.0-alpha.1 - 2015-03-19
--------------------------
Expand Down

0 comments on commit 98bdcc3

Please sign in to comment.