v0.2.8
This commit is contained in:
parent
931fadabb2
commit
d70fb04186
2 changed files with 17 additions and 1 deletions
16
CHANGELOG.md
16
CHANGELOG.md
|
|
@ -2,6 +2,22 @@
|
||||||
|
|
||||||
For a list of breaking changes, check [here](#breaking-changes).
|
For a list of breaking changes, check [here](#breaking-changes).
|
||||||
|
|
||||||
|
## v0.2.8
|
||||||
|
|
||||||
|
### New
|
||||||
|
|
||||||
|
- Include [clojure.core.match](https://github.com/clojure/core.match) #594
|
||||||
|
- Include [hiccup](https://github.com/weavejester/hiccup) #646
|
||||||
|
- Include [clojure.test.check](https://github.com/clojure/test.check) #487. Included namespaces:
|
||||||
|
- clojure.test.check
|
||||||
|
- clojure.test.check.generators
|
||||||
|
- clojure.test.check.properties
|
||||||
|
|
||||||
|
### Fixed enhanced
|
||||||
|
|
||||||
|
- Fix symbol resolution in syntax quote when overwriting core var
|
||||||
|
- Performance enhancements
|
||||||
|
|
||||||
## v0.2.7
|
## v0.2.7
|
||||||
|
|
||||||
### New
|
### New
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
0.2.8-SNAPSHOT
|
0.2.8
|
||||||
Loading…
Reference in a new issue