Skip to content

Commit 0854469

Browse files
committed
Merge branch '1.3.3-hotfix'
2 parents b92f791 + 364fa0f commit 0854469

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
This is a history of changes to k13labs/clara-rules.
22

33
# 1.4.0-SNAPSHOT
4-
* include linter fixes for `defrule` and `defquery` which were not processing docstrings correctly.
4+
* update linter config for new macros.
55
* `defrule` now defines rules as functions with two arities, no args returns the rule map, and 2 args is the compiled RHS.
66
* `clojure.lang.Fn` now implements `clara.rules.compiler/IRuleSource`, and returns a single rule by invoking the like `(a-rule)`.
77
* add built-in support to serialize `clojure.lang.Var` so that a rule handler var can be serialized correctly.
@@ -10,6 +10,10 @@ This is a history of changes to k13labs/clara-rules.
1010
* add `defdata` macro to define facts and collections of facts in namespaces allowing to easily embed and insert them during mk-session.
1111
* rename `clear-ns-productions!` to `clear-ns-vars!` since now there are ns-installed vars that are not productions.
1212

13+
# 1.3.3
14+
* Upgrade to clojure 1.11.2 to fix `CVE-2024-22871`, despite not really affecting clara-rules.
15+
* Add clj-kondo linter updates to fix bad docstring expression.
16+
1317
# 1.3.2
1418
* Enhance memory add-activations implementation by replacing get/set with compute!
1519

0 commit comments

Comments
 (0)