From 6451c4e77a0b067dd77701c95020d2e3d731e789 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Sat, 30 May 2020 22:03:26 +0200 Subject: [PATCH] CHANGELOG.md [ci skip] --- CHANGELOG.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d82f84a..ab6bef03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,13 +6,9 @@ For a list of breaking changes, check [here](#breaking-changes) - 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 - - Support alternative interop form: `(. Integer -SIZE) ;;=> 32` - - #454: syntax check on amount of arguments to `def` ## Prior to v0.1.0 @@ -28,7 +24,6 @@ Details about releases prior to v0.1.0 can be found part of the standardly distributed `bb` binary. This is now available behind a feature flag. See [feature flag documentation](https://github.com/borkdude/babashka/blob/master/doc/build.md#feature-flags). - - [borkdude/babashka.curl#16](https://github.com/borkdude/babashka.curl/issues/16): Exceptional status codes or nonzero `curl` exit codes will throw exceptions by default. You can opt out with `:throw false`.