|
2 | 2 |
|
3 | 3 | -------------------------------------------------------------------------------- |
4 | 4 |
|
| 5 | +## 0.20.0 |
| 6 | + |
| 7 | +Released 2020/01/11. |
| 8 | + |
| 9 | +### Breaking changes |
| 10 | + |
| 11 | +* Changed type of `DwTag`, `DwAt`, and `DwForm` constants. |
| 12 | + [#451](https://github.com/gimli-rs/gimli/pull/451) |
| 13 | + |
| 14 | +* Added `read/write::AttributeValue::DebugMacroRef`, and returned where |
| 15 | + required in `read::Attribute::value`. Added `SectionId::DebugMacro`. |
| 16 | + [#454](https://github.com/gimli-rs/gimli/pull/454) |
| 17 | + |
| 18 | +* Deleted `alloc` feature, and fixed `no-std` builds with stable rust. |
| 19 | + [#459](https://github.com/gimli-rs/gimli/pull/459) |
| 20 | + |
| 21 | +* Deleted `read::Error::description`, and changed `<read::Error as Display>` |
| 22 | + to display what was previously the description. |
| 23 | + [#462](https://github.com/gimli-rs/gimli/pull/462) |
| 24 | + |
| 25 | +### Added |
| 26 | + |
| 27 | +* Added GNU view constants. |
| 28 | + [#434](https://github.com/gimli-rs/gimli/pull/434) |
| 29 | + |
| 30 | +* Added `read::EntriesRaw` for low level DIE parsing. |
| 31 | + [#455](https://github.com/gimli-rs/gimli/pull/455) |
| 32 | + |
| 33 | +* Added `examples/simple-line.rs`. |
| 34 | + [#460](https://github.com/gimli-rs/gimli/pull/460) |
| 35 | + |
| 36 | +### Fixed |
| 37 | + |
| 38 | +* Fixed handling of CFI augmentations without data. |
| 39 | + [#438](https://github.com/gimli-rs/gimli/pull/438) |
| 40 | + |
| 41 | +* dwarfdump: fix panic for malformed expressions. |
| 42 | + [#447](https://github.com/gimli-rs/gimli/pull/447) |
| 43 | + |
| 44 | +* dwarfdump: fix handling of Mach-O relocations. |
| 45 | + [#449](https://github.com/gimli-rs/gimli/pull/449) |
| 46 | + |
| 47 | +### Changed |
| 48 | + |
| 49 | +* Improved abbreviation parsing performance. |
| 50 | + [#451](https://github.com/gimli-rs/gimli/pull/451) |
| 51 | + |
| 52 | +-------------------------------------------------------------------------------- |
| 53 | + |
5 | 54 | ## 0.19.0 |
6 | 55 |
|
7 | 56 | Released 2019/07/08. |
|
0 commit comments