From ab0751cb1f1c32a9e84356ec96368b30b48c5d15 Mon Sep 17 00:00:00 2001 From: Ryan Brush Date: Wed, 19 Oct 2016 18:06:12 -0500 Subject: [PATCH] Prepare for 0.13.0-RC3 release. --- CHANGELOG.md | 8 ++++++++ project.clj | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2acd0708..f17146bd 100644 --- a/CHANGELOG.md +++ b/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 diff --git a/project.clj b/project.clj index fdd91cd4..7fb6acdd 100644 --- a/project.clj +++ b/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"