doc
This commit is contained in:
parent
41a7987dc8
commit
ecd26832b0
1 changed files with 9 additions and 1 deletions
10
CHANGES.md
10
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue