From ab3e5a8332eae1c594723e0e49c0cd1d76ce79a4 Mon Sep 17 00:00:00 2001 From: Anton Argirov Date: Sat, 12 Dec 2015 20:36:56 +0600 Subject: [PATCH] Updated README.rdoc --- README.rdoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.rdoc b/README.rdoc index eb22e05..d2f6e7e 100644 --- a/README.rdoc +++ b/README.rdoc @@ -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`