Skip to content

Commit 43514d8

Browse files
committed
CHANGELOG.md: Add links to subsections in the USER_GUIDE.md
1 parent ee55cb2 commit 43514d8

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
* Unreleased
44
* 2.1.0 (2023-01-29, TZDB version 2022g)
5+
* There are a handful API breaking changes in this release in the pursuit of
6+
simpler and cleaner code. See the following for more info:
7+
* [Migrating to v2.1](MIGRATING.md#MigratingToVersion210)
8+
* [ZonedExtra](USER_GUIDE.md#ZonedExtra) in the User Guide
9+
* [Unified Links](USER_GUIDE.md#UnifiedLinks) in the User Guide
510
* **Potentially Breaking**: zonedb,zonedbx
611
* Rename `kPolicyXxx` to `kZonePolicyXxx` for consistency. These are
712
expected to be used only internally, so shouldn't cause external
@@ -31,8 +36,6 @@
3136
* Removed `followLink` flag on various methods.
3237
* Only 2 methods apply to Links: `isLink()` and
3338
`printTargetNameTo()`.
34-
* See [Migrating to v2.1](MIGRATING.md#MigratingToVersion210) for more
35-
information.
3639
* Simplify ZoneProcessors
3740
* `ZoneProcessor.h`, `ExtendedZoneProcessor.h`, `BasicZoneProcessor.h`
3841
* Remove: `getUtcOffset()`, `getDeltaOffset()`, `getAbbrev()`
@@ -43,7 +46,7 @@
4346
`testing/tzonedb/` and `testing/tzonedbx/`.
4447
* Reduces maintenance cost of various hand-crafted ZoneInfo and
4548
ZonePolicy entries for unit tests.
46-
* Can test against real timezones with predicatble behavior.
49+
* Can test against real timezones with predictable behavior.
4750
* 2.0.1 (2022-12-04, TZDB 2022g)
4851
* Prevent `ExtendedZoneProcssor::generateStartUntilTimes()` from
4952
dereferencing uninitialized memory if there are no matching transitions.

0 commit comments

Comments
 (0)