From 803eb33369771d13310b127a3d6af6f90d5e8904 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Sat, 27 Nov 2021 16:02:30 +0100 Subject: [PATCH] CHANGELOG [skip ci] --- CHANGELOG.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cd74ae96..5a014466 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) - Add classes to support running the [xforms](https://github.com/cgrand/xforms) library from source: - `java.util.ArrayDeque`, `java.util.ArrayList`, `java.util.Collections`, - `java.util.Comparator`, `java.util.NoSuchElementException` + - `java.util.ArrayDeque` + - `java.util.ArrayList` + - `java.util.Collections` + - `java.util.Comparator` + - `java.util.NoSuchElementException` - `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) - Added classes: +- Add compatibility with hato and clj-http-lite insecure feature by adding classes: - `java.net.CookiePolicy` - `java.net.http.HttpTimeoutException` - `javax.net.ssl.HostnameVerifier`