File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 1
1
This is a history of changes to k13labs/clara-rules.
2
2
3
3
# 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 .
5
5
* ` defrule ` now defines rules as functions with two arities, no args returns the rule map, and 2 args is the compiled RHS.
6
6
* ` clojure.lang.Fn ` now implements ` clara.rules.compiler/IRuleSource ` , and returns a single rule by invoking the like ` (a-rule) ` .
7
7
* 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.
10
10
* add ` defdata ` macro to define facts and collections of facts in namespaces allowing to easily embed and insert them during mk-session.
11
11
* rename ` clear-ns-productions! ` to ` clear-ns-vars! ` since now there are ns-installed vars that are not productions.
12
12
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
+
13
17
# 1.3.2
14
18
* Enhance memory add-activations implementation by replacing get/set with compute!
15
19
You can’t perform that action at this time.
0 commit comments