Skip to content

Commit

Permalink
Add missing entries to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jhpratt committed Dec 3, 2024
1 parent d4e39b3 commit 58d4d20
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ The format is based on [Keep a Changelog]. This project adheres to [Semantic Ver
- `time::util::refresh_tz` and `time::util::refresh_tz_unchecked`, which updates information
obtained via the `TZ` environment variable. This is equivalent to the `tzset` syscall on Unix-like
systems, with and without built-in soundness checks, respectively.
- `Month::length` and `util::days_in_month`, replacing `util::days_in_year_month`.
- Expressions are permitted in `time::serde::format_description!` rather than only paths. This also
drastically improves diagnostics when an invalid value is provided.

### Changed

Expand Down

0 comments on commit 58d4d20

Please sign in to comment.