Skip to content

Commit

Permalink
Add some extra changelog notes about Flow()
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmiller committed Feb 23, 2017
1 parent 61608c2 commit 21fb787
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
@@ -1,13 +1,16 @@
### 0.7.5 (Minor Release)
flows now take a context argument which is the scope when the flow has been entered

The flow enter and exif functions now take an optional context argument. When called from PatientList or PatientDetail controllers this is the parent scope when the flow has been entered.

Note: The current Flow API is likely to undergo substantial revision in Opal 0.9 / 0.10 do contact us on the mailing list if you are relying heavily upon it or would like to let us know your needs.

### 0.7.4 (Minor Release)

Adds a past filter, future and past filters now take a
boolean argument as to whether you should include today


### 0.7.3 (Minor Release)

Fixes a bug whereby celery tasks are not autodiscovered - will have affected users of async extract functionality.

### 0.7.2 (Minor Release)
Expand Down

0 comments on commit 21fb787

Please sign in to comment.