HISTORY.md in symbiont-0.1.5 vs HISTORY.md in symbiont-0.1.6

- old
+ new

@@ -1,7 +1,13 @@ Change Log and History ====================== +Version 0.1.6 / 2012-09-30 +-------------------------- + +This releases provides two bits of functionality. One is an ability to wait for pending Ajax requests. Currently this is very specific to jQuery only. The other ability is that of providing workflows. The idea behind this feature is that you can specify a workflow that starts with an action (method) on a particular definition (class). That workflow may have a series of steps that are required in order to allow the action to take place. This new logic will attempt to execute all of those steps. The rationale behind this addition is to make it easier to specify output-driven logic. + + Version 0.1.5 / 2012-09-12 -------------------------- This release offers just a few enhancements to using select lists and tables, particularly in terms of iterating through both and getting information.