Skip to content

Commit c39124c

Browse files
authored
Merge pull request #124 from bxparks/develop
merge v3.0.0 into master
2 parents 7c7e29f + b60ec88 commit c39124c

File tree

1,063 files changed

+155097
-158193
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,063 files changed

+155097
-158193
lines changed

CHANGELOG.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,25 @@
11
# Changelog
22

3-
- Unreleased
3+
- unreleased
4+
- 3.0.0 (2025-04-25, TZDB version 2025b)
5+
- [upgrade to TZDB 2025a](https://lists.iana.org/hyperkitty/list/[email protected]/thread/MWII7R3HMCEDNUCIYQKSSTYYR7UWK4OQ/)
6+
- Paraguay adopts permanent -03 starting spring 2024.
7+
- Improve pre-1991 data for the Philippines.
8+
- Etc/Unknown is now reserved.
9+
- [upgrade to TZDB 2025b](https://lists.iana.org/hyperkitty/list/[email protected]/thread/6JVHNHLB6I2WAYTQ75L6KEPEQHFXAJK3/)
10+
- New zone for Aysén Region in Chile which moves from -04/-03 to -03.
11+
(Creates new zone named America/Coyhaique)
12+
- **breaking** add ZoneInfo data classes and their brokers into `Info`
13+
container class
14+
- allows selection of parallel class hierarchies using the `Info`
15+
container class
16+
- `basic::ZoneInfo` class moves to `basic::Info::ZoneInfo`
17+
- `extended::ZoneInfo` class moves to `extended::Info::ZoneInfo`
18+
- `complete::ZoneInfo` class moves to `complete::Info::ZoneInfo`
19+
- **breaking** move `daysUntil(LocalDate, month, day)` to
20+
`LocalDate::daysUntil(month, day)` for simplicity
21+
- See [Migrating to v3.0](MIGRATING.md#MigratingToVersion300) for more
22+
details.
423
- 2.4.0 (2024-12-13, TZDB version 2024b)
524
- Support new `%z` value in FORMAT column.
625
- Upgrade TZDB to 2024b

0 commit comments

Comments
 (0)