Update changelog
This commit is contained in:
parent
8191719956
commit
6c5d75c65e
1 changed files with 14 additions and 0 deletions
14
README.md
14
README.md
|
|
@ -232,6 +232,20 @@ Evaluation count : 24 in 6 samples of 4 calls.
|
||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
|
### Unreleased
|
||||||
|
|
||||||
|
* Add `deps.edn` to enable usage as a [git library](https://clojure.org/guides/deps_and_cli#_using_git_libraries)
|
||||||
|
* Bump `macrovich` to make Clojure and ClojureScript provided dependencies #34
|
||||||
|
* Fix reflection warnings in `xforms.io` #35 #36
|
||||||
|
* Add compatibility with [babashka](https://github.com/babashka/babashka) #42
|
||||||
|
* Fix `x/destructuring-pair?` #44 #45
|
||||||
|
* Fix `x/into` performance hit with small maps #46 #47
|
||||||
|
* Fix reflection and shadowing warnings in tests
|
||||||
|
|
||||||
|
### 0.19.2
|
||||||
|
|
||||||
|
* Fix infinity symbol causing issues with ClojureScript #31
|
||||||
|
|
||||||
### 0.19.0
|
### 0.19.0
|
||||||
|
|
||||||
`time` allows to measure time spent in one transducer (excluding time spent downstream).
|
`time` allows to measure time spent in one transducer (excluding time spent downstream).
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue