CHANGELOG.md [skip ci]

This commit is contained in:
Michiel Borkent 2020-06-01 11:00:19 +02:00
parent de9a489837
commit 6504ddfa45

View file

@ -11,7 +11,8 @@ Thanks [@martinklepsch](https://github.com/martinklepsch) and [@cldwalker](https
- Add more `java.time` classes. This makes babashka fully compatible with the
[cljc.java-time](https://github.com/henryw374/cljc.java-time) library.
- Add `java.lang.Float` class
- Add `java.nio.file.PathMatcher` class
- Add `java.nio.file.PathMatcher` class. This allows one to implement a
[glob](test/babashka/scripts/glob.bb) function.
- Support alternative interop form: `(. Integer -SIZE) ;;=> 32`
- [#454](https://github.com/borkdude/babashka/issues/454): syntax check on amount of arguments to `def`
- [#458](https://github.com/borkdude/babashka/issues/458): add `clojure.data` namespace