Skip to content

Commit

Permalink
build: update changelog, add two new contributors
Browse files Browse the repository at this point in the history
  • Loading branch information
m4b committed Jan 31, 2021
1 parent ffaba54 commit 05daf1e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -125,6 +125,7 @@ In lexicographic order:
- [@lzutao]
- [@lzybkr]
- [@m4b]
- [@messense]
- [@mitsuhiko]
- [@mre]
- [@pchickey]
Expand All @@ -138,6 +139,7 @@ In lexicographic order:
- [@Techno-coder]
- [@ticki]
- [@Timmmm]
- [@Tiwalun]
- [@wickerwacka]
- [@willglynn]
- [@woodruffw]
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 05daf1e

Please sign in to comment.