Prepare release notes [skip ci]
This commit is contained in:
parent
46b5b523e0
commit
3ef00dbbd7
1 changed files with 4 additions and 3 deletions
|
|
@ -16,11 +16,12 @@ For a list of breaking changes, check [here](#breaking-changes)
|
|||
|
||||
### Fixed
|
||||
|
||||
- Eval metadata on var created with defn [borkdude/sci#36](https://github.com/borkdude/sci/issues/36)
|
||||
- Metadata fn on defn f fails if calling defn f [borkdude/sci#363](https://github.com/borkdude/sci/issues/363)
|
||||
- Eval metadata on var created with `defn` [borkdude/sci#36](https://github.com/borkdude/sci/issues/36)
|
||||
- Metadata fn on `defn` `f` fails if calling `defn` `f` [borkdude/sci#363](https://github.com/borkdude/sci/issues/363)
|
||||
- Allow re-binding of core vars in with-redefs [borkdude/sci#375](https://github.com/borkdude/sci/issues/375)
|
||||
- Fix reading resources from jar files [#528](https://github.com/borkdude/babashka/issues/528)
|
||||
- `:file` in metadata has absolute paths instead of canonical ones, to preserve symlink [#532](https://github.com/borkdude/babashka/issues/532)
|
||||
- Switch from canonical to absolute paths in `:file` field on var metadata
|
||||
[#532](https://github.com/borkdude/babashka/issues/532)
|
||||
- Fix `false` dynamic binding value (which was read as `nil`) [borkdude/sci#379](https://github.com/borkdude/sci/issues/379)
|
||||
- Fix setting of `*warn-on-reflection*` in nREPL session [babashka/babashka.nrepl#25](https://github.com/babashka/babashka.nrepl/issues/25)
|
||||
- Fix order of namespaces in uberscript [#535](https://github.com/borkdude/babashka/issues/535)
|
||||
|
|
|
|||
Loading…
Reference in a new issue