diff --git a/CHANGELOG.md b/CHANGELOG.md index b1bc9a46..90874665 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ A preview of the next release can be installed from - [#1598](https://github.com/babashka/babashka/issues/1598): use Rosetta on CircleCI to build x64 images - [#1716](https://github.com/babashka/babashka/issues/1716): expose `babashka.http-client.interceptors` namespace - [#1707](https://github.com/babashka/babashka/issues/1707): support `aset` on primitive array +- [#1676](https://github.com/babashka/babashka/issues/1676): Restore compatibilty with newest [at-at](https://github.com/overtone/at-at/) version (1.3.58) - Bump SCI - Bump `fs` - Bump `process` diff --git a/src/babashka/impl/classes.clj b/src/babashka/impl/classes.clj index 870597b5..dcf7e6e5 100644 --- a/src/babashka/impl/classes.clj +++ b/src/babashka/impl/classes.clj @@ -756,6 +756,8 @@ javax.net.ssl.SSLSocket (instance? java.lang.Thread v) java.lang.Thread + (instance? java.util.concurrent.ThreadFactory v) + java.util.concurrent.ThreadFactory (instance? java.security.cert.X509Certificate v) java.security.cert.X509Certificate (instance? java.io.Console v)