Add java.time.zone.ZoneRules class
This commit is contained in:
parent
ccc1512bb6
commit
e31cb57a3d
3 changed files with 3 additions and 1 deletions
|
|
@ -11,6 +11,7 @@ A preview of the next release can be installed from
|
||||||
- Fix [#1405](https://github.com/babashka/babashka/issues/1405): drop name metadata from conditionally defined var
|
- Fix [#1405](https://github.com/babashka/babashka/issues/1405): drop name metadata from conditionally defined var
|
||||||
- [#602](https://github.com/babashka/babashka/issues/602): add lib tests for clj-commons/fs ([@bobisageek](https://github.com/bobisageek))
|
- [#602](https://github.com/babashka/babashka/issues/602): add lib tests for clj-commons/fs ([@bobisageek](https://github.com/bobisageek))
|
||||||
- Add `java.net.URLConnection` class
|
- Add `java.net.URLConnection` class
|
||||||
|
- Add `java.time.zone.ZoneRules` class
|
||||||
|
|
||||||
## 1.0.164 (2022-10-17)
|
## 1.0.164 (2022-10-17)
|
||||||
|
|
||||||
|
|
|
||||||
2
sci
2
sci
|
|
@ -1 +1 @@
|
||||||
Subproject commit ca53e695125faf25279949c6cd9217978a804e3d
|
Subproject commit 4b7d7cf7f20e18831e95036187225cdd83cc3aed
|
||||||
|
|
@ -368,6 +368,7 @@
|
||||||
java.time.Year
|
java.time.Year
|
||||||
java.time.YearMonth
|
java.time.YearMonth
|
||||||
java.time.ZoneRegion
|
java.time.ZoneRegion
|
||||||
|
java.time.zone.ZoneRules
|
||||||
java.time.ZonedDateTime
|
java.time.ZonedDateTime
|
||||||
java.time.ZoneId
|
java.time.ZoneId
|
||||||
java.time.ZoneOffset
|
java.time.ZoneOffset
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue