Document breaking change in babashka.curl
This commit is contained in:
parent
77e4ef6dd6
commit
58de38c073
1 changed files with 5 additions and 0 deletions
|
|
@ -2,6 +2,11 @@
|
||||||
|
|
||||||
## Breaking changes
|
## 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
|
## v0.0.71
|
||||||
- #267 Change behavior of reader conditionals: the `:clj` branch is taken when
|
- #267 Change behavior of reader conditionals: the `:clj` branch is taken when
|
||||||
it occurs before a `:bb` branch.
|
it occurs before a `:bb` branch.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue