Add java.util.jar.Attributes to classes (#1464)

* Add java.util.jar.Attributes to classes

* Update Changelog
This commit is contained in:
Jeroen van Dijk 2023-01-11 13:09:12 +01:00 committed by GitHub
parent 6f41179849
commit 4d1c05b23d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

@ -9,6 +9,7 @@ A preview of the next release can be installed from
## Unreleased
- [#1463](https://github.com/babashka/babashka/issues/1463): Add `java.util.jar.Attributes` class ([@jeroenvandijk](https://github.com/jeroenvandijk))
- [#1456](https://github.com/babashka/babashka/issues/1456): allow `*warn-on-reflection*` and `*unchecked-math*` to be set in socket REPL and nREPL ([@axks](https://github.com/axks))
## 1.0.169 (2023-01-03)

View file

@ -410,6 +410,7 @@
java.util.concurrent.CompletableFuture
java.util.concurrent.Executors
java.util.concurrent.TimeUnit
java.util.jar.Attributes
java.util.jar.Attributes$Name
java.util.jar.JarFile
java.util.jar.JarEntry