From 6429cd278065d6c3e2167b9d90b9e1c958bd3b7e Mon Sep 17 00:00:00 2001 From: Brandon W Maister Date: Sat, 31 Aug 2019 15:22:01 -0400 Subject: [PATCH] Add CHANGELOG entry for wasm-unknown-unknown Features added in #287 and #331 --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ec5ec9..108f9f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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