From ecd26832b0133a24c463a04f118227da7d20b942 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Fri, 1 May 2020 11:49:42 +0200 Subject: [PATCH] doc --- CHANGES.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index e3e48050..c91fa656 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,9 +2,17 @@ ## Breaking changes +## v0.0.90 + +- The `next.jdbc` and PostgresQL driver are no longer part of the standardly + 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`. + ## v0.0.79 - [babashka.curl#9](https://github.com/borkdude/babashka.curl/issues/9): - BREAKING! Functions in `babashka.curl` like `get`, `post`, etc. now always + Functions in `babashka.curl` like `get`, `post`, etc. now always return a map with `:status`, `:body`, and `:headers`. ## v0.0.71