CHANGELOG [skip ci]

This commit is contained in:
Michiel Borkent 2021-11-27 16:02:30 +01:00
parent cdfba7d420
commit 803eb33369

View file

@ -13,11 +13,13 @@ For a list of breaking changes, check [here](#breaking-changes).
- Fix `--version` option, don't read cp file. [#1071](https://github.com/babashka/babashka/issues/1071) ([@bobisageek](https://github.com/bobisageek)) - Fix `--version` option, don't read cp file. [#1071](https://github.com/babashka/babashka/issues/1071) ([@bobisageek](https://github.com/bobisageek))
- Add classes to support running the - Add classes to support running the
[xforms](https://github.com/cgrand/xforms) library from source: [xforms](https://github.com/cgrand/xforms) library from source:
`java.util.ArrayDeque`, `java.util.ArrayList`, `java.util.Collections`, - `java.util.ArrayDeque`
`java.util.Comparator`, `java.util.NoSuchElementException` - `java.util.ArrayList`
- `java.util.Collections`
- `java.util.Comparator`
- `java.util.NoSuchElementException`
- `babashka.curl`: support `:as :bytes` option to download binary file - `babashka.curl`: support `:as :bytes` option to download binary file
- Add compatibility with hato and clj-http-lite insecure feature [#1080](https://github.com/babashka/babashka/issues/1080) - Add compatibility with hato and clj-http-lite insecure feature by adding classes:
Added classes:
- `java.net.CookiePolicy` - `java.net.CookiePolicy`
- `java.net.http.HttpTimeoutException` - `java.net.http.HttpTimeoutException`
- `javax.net.ssl.HostnameVerifier` - `javax.net.ssl.HostnameVerifier`