CHANGELOG [skip ci]
This commit is contained in:
parent
2f146bd712
commit
b84ecd5da7
1 changed files with 18 additions and 1 deletions
19
CHANGELOG.md
19
CHANGELOG.md
|
|
@ -7,8 +7,25 @@ A preview of the next release can be installed from
|
|||
|
||||
## Unreleased
|
||||
|
||||
- [#1358](https://github.com/babashka/babashka/issues/1358): Expose a subset of java.lang.ref to enable hooking into the destruction/GC of objects
|
||||
- [#1358](https://github.com/babashka/babashka/issues/1358): Expose a subset of java.lang.ref to enable hooking into the destruction/GC of objects ([@retrogradeorbit](https://github.com/retrogradeorbit))
|
||||
- [#1364](https://github.com/babashka/babashka/issues/1364): Be tolerant of unknown tags in `bb.edn`
|
||||
- Add and expose `babashka.classes/all-classes` to get a list of all available classes (as `java.lang.Class` objects) ([@eerohele](https://github.com/eerohele))
|
||||
- Add more reflection class methods ([@eerohele](https://github.com/eerohele))
|
||||
- Bump `clj-yaml`
|
||||
- Add `-x` help
|
||||
- Set `TCP_NODELAY` in pods for performance
|
||||
- Expose `clojure.main/with-bindings`
|
||||
- Add `ThreadPoolExecutor` rejection policy classes ([@eerohele](https://github.com/eerohele))
|
||||
- Download but don't run pods when `os.name` / `os.arch` don't match ([@cap10morgan](https://github.com/cap10morgan))
|
||||
- Add `clojure.core.server/stop-server` ([@eerohele](https://github.com/eerohele))
|
||||
- Add `ns-unalias`
|
||||
- Add `AtomicInteger` and `AtomicLong` to full interop
|
||||
- Add `PrintWriter-on`
|
||||
- Improve `reify` error messages ([@retrogradeorbit](https://github.com/retrogradeorbit))
|
||||
- Expose `core.async` `ManyToManyChannel`
|
||||
- fs: add `write-lines`
|
||||
- fs: add `write-bytes`
|
||||
- [#1350](https://github.com/babashka/babashka/issues/1350): map `clojure.lang.Var` to `sci.lang.Var`
|
||||
|
||||
## 0.9.162 (2022-09-04)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue