Add java.util.jar.Attributes to classes (#1464)
* Add java.util.jar.Attributes to classes * Update Changelog
This commit is contained in:
parent
6f41179849
commit
4d1c05b23d
2 changed files with 2 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue