From 05daf1ebd774de00282b6f6d3d3a30ef6e818789 Mon Sep 17 00:00:00 2001 From: m4b Date: Sat, 30 Jan 2021 22:39:20 -0800 Subject: [PATCH] build: update changelog, add two new contributors --- CHANGELOG.md | 7 +++++++ README.md | 4 ++++ 2 files changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 97e0d43e..8f1da5c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ Before 1.0, this project does not adhere to [Semantic Versioning](http://semver. Goblin is now 0.3, which means we will try our best to ease breaking changes. Tracking issue is here: https://github.com/m4b/goblin/issues/97 +## Unreleased +### BREAKING +- elf: fix returning invalid ranges for SH_NOBIT sections, + method changed to return optional range instead, thanks @Tiwalun: https://github.com/m4b/goblin/pull/253 +### Fixed +- mach: fix debug print panic, thanks @messense: https://github.com/m4b/goblin/pull/251 + ## [0.3.2] - 2021-1-29 ### Fixed - elf: overflow panic when note name is 0, thanks @glandium: https://github.com/m4b/goblin/pull/256 diff --git a/README.md b/README.md index 2243a7d4..3f18f8f0 100644 --- a/README.md +++ b/README.md @@ -125,6 +125,7 @@ In lexicographic order: - [@lzutao] - [@lzybkr] - [@m4b] +- [@messense] - [@mitsuhiko] - [@mre] - [@pchickey] @@ -138,6 +139,7 @@ In lexicographic order: - [@Techno-coder] - [@ticki] - [@Timmmm] +- [@Tiwalun] - [@wickerwacka] - [@willglynn] - [@woodruffw] @@ -167,6 +169,7 @@ In lexicographic order: [@lzutao]: https://github.com/lzutao [@lzybkr]: https://github.com/lzybkr [@m4b]: https://github.com/m4b +[@messense]: https://github.com/messense [@mitsuhiko]: https://github.com/mitsuhiko [@mre]: https://github.com/mre [@pchickey]: https://github.com/pchickey @@ -180,6 +183,7 @@ In lexicographic order: [@Techno-coder]: https://github.com/Techno-coder [@ticki]: https://github.com/ticki [@Timmmm]: https://github.com/Timmmm +[@Tiwalun]: https://github.com/Tiwalun [@wickerwacka]: https://github.com/wickerwaka [@willglynn]: https://github.com/willglynn [@woodruffw]: https://github.com/woodruffw