CHANGELOG.txt in ruote-2.1.4 vs CHANGELOG.txt in ruote-2.1.5
- old
+ new
@@ -1,27 +1,47 @@
= ruote - CHANGELOG.txt
-== ruote - 2.1.4 released 2010/01/11
+== ruote - 2.1.5 released 2010/01/28
+
+- fixed StorageParticipant a to b flow, fix by Torsten
+- fixed StorageParticipant#cancel
+- dollar : made sure of ${fei} and ${wfid}
+- implemented ProcessStatus#to_dot
+- if a participant implementation cancel method returns false,
+ reply_to_parent will not get called
+- changes about errors without [stored] expressions, they now appear in process
+ statuses
+- EngineParticipant implemented
+- 'ruby_eval_allowed' instead of :ruby_eval_allowed
+- ${v:customer.address.1} deep trick now ok (as it was ok for fields)
+- added d() to the $ notation : echo "${r: d('f:toto') }"
+- Engine#kill_process(wfid) can cure errored participant expressions
+- made sure ${r:wi} and ${r:workitem} is and instance of Ruote::Workitem
+- implemented StorageParticipant#by_field
+
+
+== ruote - 2.1.4 released 2010/01/11
+
- implemented StorageHistory
- using yyyy-mm-dd instead of yyyy/mm/dd for Ruote.time_to_utc_s(t)
- implemented Storage#purge_type!(t)
- Engine#add_service now returning just bound service
-== ruote - 2.1.3 released 2010/01/04
+== ruote - 2.1.3 released 2010/01/04
- fixed issue with Rufus.is_cron_string (thanks Torsten)
- fixed issue with FlowExpression#cancel (Kenneth)
-== ruote - 2.1.2 released 2010/01/03
+== ruote - 2.1.2 released 2010/01/03
- fixed issue when initializing engine without worker. Thanks Matt Nichols.
-== ruote - 2.1.1 released 2009/12/31
+== ruote - 2.1.1 released 2009/12/31
-== OpenWFEru - 0.9.2 released 2007/01/26
-== openwfe-ruby - 1.7.0 released 2006/05/08
+== OpenWFEru - 0.9.2 released 2007/01/26
+== openwfe-ruby - 1.7.0 released 2006/05/08