Skip to content

Commit 60e9284

Browse files
committed
Update changelog
1 parent df6ca6b commit 60e9284

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,40 @@
22

33
--------------------------------------------------------------------------------
44

5+
## 0.19.0
6+
7+
Released 2019/07/08.
8+
9+
### Breaking changes
10+
11+
* Small API changes related to `.debug_loc` and `.debug_loclists`:
12+
added `read::RawLocListEntry::AddressOrOffsetPair` enum variant,
13+
added `write::Sections::debug_loc/debug_loclists` public members,
14+
and replaced `write::AttributeValue::LocationListsRef` with `LocationListRef`.
15+
[#425](https://github.com/gimli-rs/gimli/pull/425)
16+
17+
### Added
18+
19+
* Added `read::Attribute::exprloc_value` and `read::AttributeValue::exprloc_value`.
20+
[#422](https://github.com/gimli-rs/gimli/pull/422)
21+
22+
* Added support for writing `.debug_loc` and `.debug_loclists` sections.
23+
[#425](https://github.com/gimli-rs/gimli/pull/425)
24+
25+
* Added `-G` flag to `dwarfdump` example to display global offsets.
26+
[#427](https://github.com/gimli-rs/gimli/pull/427)
27+
28+
* Added `examples/simple.rs`.
29+
[#429](https://github.com/gimli-rs/gimli/pull/429)
30+
31+
### Fixed
32+
33+
* `write::LineProgram::from` no longer requires `DW_AT_name` or `DW_AT_comp_dir`
34+
attributes to be present in the unit DIE.
35+
[#430](https://github.com/gimli-rs/gimli/pull/430)
36+
37+
--------------------------------------------------------------------------------
38+
539
## 0.18.0
640

741
Released 2019/04/25.

0 commit comments

Comments
 (0)