Skip to content

Commit

Permalink
Update changelog, 0.3.12 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jhpratt committed Aug 1, 2022
1 parent 33afe9d commit ea2d104
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,24 @@ The format is based on [Keep a Changelog]. This project adheres to [Semantic Ver

---

## 0.3.12 [2022-08-01]

### Added

- `js-sys` now supports obtaining the system's local UTC offset.

### Changed

- Performance of many `Date` operations has improved when using the `large-dates` feature.
- While an internal change, `OffsetDateTime` now stores the value in the attached `UtcOffset`, not
UTC. This leads to significant performance gains on nearly all `OffsetDateTime` methods.

### Fixed

- Subtracting two `Time`s can no longer panic. This previously occurred in some situations where the
result was invalid.
- ISO 8601 parsing rounds the subseconds to avoid incorrectly truncating the value.

## 0.3.11 [2022-06-21]

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ resolver = "2"

[package]
name = "time"
version = "0.3.11"
version = "0.3.12"
authors = ["Jacob Pratt <open-source@jhpratt.dev>", "Time contributors"]
edition = "2021"
rust-version = "1.57.0"
Expand Down

0 comments on commit ea2d104

Please sign in to comment.