SCI: read-string should use non-indexing reading, fixes #1665
This commit is contained in:
parent
c9a63af40f
commit
32078f8259
2 changed files with 2 additions and 1 deletions
|
|
@ -12,6 +12,7 @@ A preview of the next release can be installed from
|
|||
- [#1660](https://github.com/babashka/babashka/issues/1660): add `:deps-root` as part of hash to avoid caching issue with `deps.clj`
|
||||
- [#1632](https://github.com/babashka/babashka/issues/1632): fix `(.readPassword (System/console))` by upgrading GraalVM to `21.0.2`
|
||||
- [#1661](https://github.com/babashka/babashka/issues/1661): follow symlink when reading adjacent bb.edn
|
||||
- [#1665](https://github.com/babashka/babashka/issues/1665): `read-string` should use non-indexing reader
|
||||
|
||||
## 1.3.188 (2023-01-12)
|
||||
|
||||
|
|
|
|||
2
sci
2
sci
|
|
@ -1 +1 @@
|
|||
Subproject commit 369d38fbd4b8948a9743711f14b0cef6ddb6eb68
|
||||
Subproject commit ca675599773ade82d83ff3a1aa476c25dc644f86
|
||||
Loading…
Reference in a new issue