Updated README.rdoc

This commit is contained in:
Anton Argirov 2015-12-12 20:36:56 +06:00
parent 79c404afa0
commit ab3e5a8332

View File

@ -118,6 +118,8 @@ This plug-in is compatible with Redmine 2.x.x, 3.x.x
== Changelog
[0.1.6] * New observable objects added (TimeEntry)
* Bug fixes
[0.1.5] * New observable objects added (Project, Wiki Content, Attachment, Issue Attachments, Project Attachments, Wiki Page Attachments)
* Ability to hook before_destroy and after_destroy events
[0.1.4] * Ability to exit current workflow with `return` or `return true` and cancel workflow's execution chain with `return false`