Navigation Menu

Skip to content

Commit

Permalink
Update changelog for 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Aug 21, 2018
1 parent 518aaf9 commit cf2d746
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
@@ -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])
Expand Down

0 comments on commit cf2d746

Please sign in to comment.