CHANGELOG.md [skip ci]
This commit is contained in:
parent
de9a489837
commit
6504ddfa45
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue