Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
remove extra ]
  • Loading branch information
esheppa authored and djc committed Aug 13, 2022
1 parent db8bde3 commit 4514276
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Expand Up @@ -11,7 +11,19 @@ breakage if you use `no-default-features`.
There were/are numerous minor versions before 1.0 due to the language changes.
Versions with only mechanical changes will be omitted from the following list.

## 0.4.20 (unreleased)
## 0.4.22

* Allow wasmbindgen to be optional on `wasm32-unknown-unknown` target [(#771)](https://github.com/chronotope/chrono/pull/771)
* Fix compile error for `x86_64-fortanix-unknown-sgx` [(#767)](https://github.com/chronotope/chrono/pull/767)
* Update `iana-time-zone` version to 1.44 [(#773)](https://github.com/chronotope/chrono/pull/773)

## 0.4.21

* Fall back to UTC timezone in cases where no timezone is found [(#756)](https://github.com/chronotope/chrono/pull/756)
* Correctly detect timezone on Android [(#756)](https://github.com/chronotope/chrono/pull/756)
* Improve documentation for strftime `%Y` specifier [(#760)](https://github.com/chronotope/chrono/pull/760)

## 0.4.20

* Add more formatting documentation and examples.
* Add support for microseconds timestamps serde serialization/deserialization (#304)
Expand Down

0 comments on commit 4514276

Please sign in to comment.