Skip to content

Commit

Permalink
Prepare for 0.13.0-RC3 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
rbrush committed Oct 19, 2016
1 parent f940884 commit ab0751c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,13 @@
This is a history of changes to clara-rules.

### 0.13.0-RC3
Bug fixes over 0.13.0-RC2

* Improve performance by processing external retractions as a batch. See [issue 225](https://github.com/rbrush/clara-rules/issues/225).
* Handle sorted collections in durability logic. See [PR 228](https://github.com/rbrush/clara-rules/pull/228).
* Remove redundant retract calls to the change listener. See [PR 227](https://github.com/rbrush/clara-rules/pull/227/files).


### 0.13.0-RC2
Bug fixes and additional tracing over 0.13.0-RC2

Expand Down
2 changes: 1 addition & 1 deletion project.clj
@@ -1,4 +1,4 @@
(defproject org.toomuchcode/clara-rules "0.13.0-SNAPSHOT"
(defproject org.toomuchcode/clara-rules "0.13.0-RC3"
:description "Clara Rules Engine"
:url "https://github.com/rbrush/clara-rules"
:license {:name "Eclipse Public License"
Expand Down

0 comments on commit ab0751c

Please sign in to comment.