Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bodil authored Mar 16, 2019
1 parent bf3f5a4 commit b1cd52a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b1cd52a

Please sign in to comment.