sci#546
This commit is contained in:
parent
2ad4d3342c
commit
169f26e2b1
2 changed files with 2 additions and 9 deletions
|
|
@ -4,14 +4,6 @@ For a list of breaking changes, check [here](#breaking-changes).
|
||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
<!--
|
|
||||||
|
|
||||||
TODO:
|
|
||||||
|
|
||||||
Check --data-binary with string POST data, e.g. JSON with weird chars...
|
|
||||||
|
|
||||||
-->
|
|
||||||
|
|
||||||
Babashka.curl:
|
Babashka.curl:
|
||||||
|
|
||||||
- [#35](https://github.com/babashka/babashka.curl/issues/35): use
|
- [#35](https://github.com/babashka/babashka.curl/issues/35): use
|
||||||
|
|
@ -28,6 +20,7 @@ Sci:
|
||||||
|
|
||||||
- Allow combinations of interfaces and protocols in `reify` [#540](https://github.com/borkdude/sci/issues/540)
|
- Allow combinations of interfaces and protocols in `reify` [#540](https://github.com/borkdude/sci/issues/540)
|
||||||
([@GreshamDanielStephens](https://github.com/GreshamDanielStephens))
|
([@GreshamDanielStephens](https://github.com/GreshamDanielStephens))
|
||||||
|
- Fix metadata on non-constant map literal expression [#546](https://github.com/borkdude/sci/issues/546)
|
||||||
|
|
||||||
## 0.2.12
|
## 0.2.12
|
||||||
|
|
||||||
|
|
|
||||||
2
sci
2
sci
|
|
@ -1 +1 @@
|
||||||
Subproject commit 5912a2b6d12d3a6c46f903383c61b784cddbc174
|
Subproject commit e27b60c04a09dda4de6b3b8780e4a4ba0cddddcc
|
||||||
Loading…
Reference in a new issue