Skip to content

Commit

Permalink
Add CHANGELOG entry for wasm-unknown-unknown
Browse files Browse the repository at this point in the history
Features added in #287 and #331
  • Loading branch information
quodlibetor committed Aug 31, 2019
1 parent 3e180b7 commit 6429cd2
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Expand Up @@ -8,13 +8,19 @@ Chrono obeys the principle of [Semantic Versioning](http://semver.org/).
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.

## next
## 0.4.8

### Fixes

* Add '0' to single-digit days in rfc2822 date format (@wyhaya #323)
* Correctly pad DelayedFormat (@SamokhinIlya #320)

### Features

* Support `wasm-unknown-unknown` via wasm-bindgen (in addition to
emscripten/`wasm-unknown-emscripten`). (finished by @evq in #331, initial
work by @jjpe #287)

## 0.4.7

### Fixes
Expand Down

0 comments on commit 6429cd2

Please sign in to comment.