Skip to content

Commit fed56e0

Browse files
committed
UNIFY-11 propose 0.7.0 release changelog
Signed-off-by: Sean Corfield <[email protected]>
1 parent b277685 commit fed56e0

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ Example Usage
4949
```clojure
5050
(use 'clojure.core.unify)
5151

52-
(unifier '((?a * ?x ** 2) + (?b * ?x) + ?c)
52+
(unifier '((?a * ?x ** 2) + (?b * ?x) + ?c)
5353
'(?z + (4 * 5) + 3))
5454

55-
;=> ((?a * 5 ** 2) + (4 * 5) + 3)
55+
;=> ((?a * 5 ** 2) + (4 * 5) + 3)
5656
```
5757

5858
Refer to docstrings in the `clojure.core.unify` namespace.
@@ -70,18 +70,21 @@ Developer Information
7070
Change Log
7171
====================
7272

73+
* Release 0.7.0 in progress
74+
- Add ClojureScript support
75+
- Drop Clojure 1.6 and 1.7 support
7376
* Release 0.6.0 on 2024.02.19
7477
- Update parent pom version
7578
* Release 0.5.7 on 2016.07.25
7679
- Fixed macro that produced invalid fn names
7780
* Release 0.5.6 on 2013.03.07
78-
- Removed nil bindings
81+
- Removed nil bindings
7982
* Release 0.5.5 on 2013.01.25
8083
- Exposed `lvar?` function
8184
- Added `extract-lvars` function
8285
- Exposed `flatten-bindings` function
8386
* Release 0.5.4 on 2013.01.24
84-
- Added 3-arg version of `unify` and `unify-` allowing an
87+
- Added 3-arg version of `unify` and `unify-` allowing an
8588
additional environment map.
8689
* Release 0.5.3 on 2012.05.25
8790
- Added `variable?` function

0 commit comments

Comments
 (0)