Document breaking change in babashka.curl

This commit is contained in:
Michiel Borkent 2020-04-04 12:25:27 +02:00
parent 77e4ef6dd6
commit 58de38c073

View file

@ -2,6 +2,11 @@
## Breaking changes
## 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
return a map with `:status`, `:body`, and `:headers`.
## v0.0.71
- #267 Change behavior of reader conditionals: the `:clj` branch is taken when
it occurs before a `:bb` branch.