From c85045d291af09db836a1d1e62c37e6ccbea41a0 Mon Sep 17 00:00:00 2001 From: Bodil Stokke Date: Thu, 29 Nov 2018 17:48:07 +0000 Subject: [PATCH] Update changelog for release. --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 60067a9..c2d61a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,20 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [0.1.1] - 2018-22-29 + +### Added + +* `typed-html` now works on stable rustc. (#1) +* All elements and HTML marker traits now implement `IntoIterator`, so you can return them directly + from a group. (#12) + +### Fixed + +* Boolean flags are now correctly rendered as empty when stringifying. (#13, #14) +* Non-self-closing tags are now correctly rendered with a closing tag in the HTML style, rather than + in the XML style. (#15, #16) + ## [0.1.0] - 2018-11-17 This is the initial release.