CHANGELOG [skip ci]
This commit is contained in:
parent
76a57500af
commit
7f7b66aeaf
1 changed files with 11 additions and 0 deletions
11
CHANGELOG.md
11
CHANGELOG.md
|
|
@ -19,6 +19,17 @@ A preview of the next release can be installed from
|
|||
- [#1211](https://github.com/babashka/babashka/issues/1211): return exit code 130 on sigint
|
||||
- [#1224](https://github.com/babashka/babashka/issues/1224): add `proxy` support for `java.io.PipedInputStream` and `java.io.PipedOutputStream`. Add reflection for `java.utils.Scanner`.
|
||||
- [babashka.curl#43](https://github.com/babashka/babashka.curl/issues/43) fix: last set-cookie headers on a page overwrites the ones before
|
||||
- #1216: fix `core.async` alts example with polyfill
|
||||
- SCI: support `let*` special form
|
||||
- Add compatibility with GraalVM 22.1
|
||||
- Bump timbre
|
||||
- Bump Clojure to 1.11.1
|
||||
- Pods: support Rosetta2 fallback
|
||||
- Process: fix for pprint
|
||||
- Fs: improvement for which: do not match on local paths
|
||||
- Proxy support for PipedInputStream and PipedOutputStream
|
||||
- Expose `java.util.Scanner` for interop
|
||||
- Bump Selmer
|
||||
|
||||
## 0.7.8 (2022-03-13)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue