• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# ChangeLog
2
3## 0.2.2
4### Changed
5- Switch to using core instead of std for no-std support
6
7## 0.2.1
8### Added
9- support TryFrom
10
11## 0.2.0 (yanked)
12### Changed
13- Upgrade [syn](https://crates.io/crates/syn) and [quote](https://crates.io/crates/quote) to 1.0
14- add a better diagnostic for the case where a discriminant isn't specified for
15	an enum
16- Move unnecessary [`num-traits`](https://crates.io/crates/num-traits) dependency to `dev-dependencies`
17- Migrate to Rust 2018 edition
18
19## 0.1.2
20
21### Changed
22
23- drop `extern crate core;` as core is unused
24
25## 0.1.1
26
27### Added
28
29- Support for more casts on discriminants
30
31## 0.1.0
32
33Initial version
34