From 2253d37bab5154fac0932b57eaf83932aa0588eb Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Fri, 1 May 2020 11:51:10 +0200 Subject: [PATCH] doc --- CHANGES.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index c91fa656..8d2a1bcc 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -8,7 +8,10 @@ distributed `bb` binary. This is now available behind a feature flag. See See [feature flag documentation](https://github.com/borkdude/babashka/blob/master/doc/build.md#feature-flags). -- borkdude/babashka.curl#16: throw on certain status codes and non-zero codes. Opt out with `:throw false`. + +- [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. ## v0.0.79 - [babashka.curl#9](https://github.com/borkdude/babashka.curl/issues/9):