Fix #1645: support clojure.lang.LongRange instance check (#1649)

This commit is contained in:
paintparty 2023-12-16 02:09:26 -07:00 committed by GitHub
parent 6052b9ba35
commit eb69baeaa7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

@ -13,6 +13,7 @@ A preview of the next release can be installed from
- Support `Runnable` to be used without import
- Allow `catch` to be used as var name
- [#1646](https://github.com/babashka/babashka/issues/1646): command-line-args are dropped when file exists with same name
- [#1645](https://github.com/babashka/babashka/issues/1645): Support for clojure.lang.LongRange
## 1.3.186 (2023-11-02)

View file

@ -597,6 +597,7 @@
clojure.lang.ITransientVector
clojure.lang.Iterate
clojure.lang.LispReader$Resolver
clojure.lang.LongRange
clojure.lang.Named
clojure.lang.Keyword
clojure.lang.PersistentArrayMap