Update CHANGELOG.md

This commit is contained in:
Bodil Stokke 2019-03-16 21:50:58 +00:00 committed by GitHub
parent bf3f5a4e2a
commit b1cd52a419
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -8,6 +8,14 @@ Versioning](http://semver.org/spec/v2.0.0.html).
## [Unreleased]
### Added
* Support for the [Dodrio](https://github.com/fitzgen/dodrio) virtual DOM renderer: the `dodrio_macro` feature flag enables the `typed_html::dodrio` macro, which generates code to build a `dodrio::Node` directly, without going via `VNode`s. (#38)
### Fixed
* Added the missing attributes to the `<video>` tag, which was previously listed as having none. (#32)
## [0.1.1] - 2018-11-29
### Added