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