Update changelog for 1.0.4

This commit is contained in:
David Tolnay
2018-08-21 15:58:48 -04:00
parent bcd4f9aa64
commit 58920bf0c2
+10
View File
@@ -1,3 +1,13 @@
# 1.0.4
- Support Rust 2018 style macro imports ([#165])
```rust
use bitflags::bitflags;
```
[#165]: https://github.com/rust-lang-nursery/bitflags/pull/165
# 1.0.3
- Improve zero value flag handling and documentation ([#157])