Add tag comparison links for changelog versions
This commit is contained in:
parent
9f552d85f1
commit
1ed0bdd654
11
CHANGELOG.md
11
CHANGELOG.md
@ -131,4 +131,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
|
||||
## [0.3.0] - 2022-10-20
|
||||
|
||||
### New Features
|
||||
- Add a `no_std` option by fully moving the parser over to lazy zero-alloc parsing patterns.
|
||||
- Add a `no_std` option by fully moving the parser over to lazy zero-alloc parsing patterns.
|
||||
|
||||
<!-- next-url -->
|
||||
[0.7.0]: https://github.com/cole14/rust-elf/compare/v0.6.1...v0.7.0
|
||||
[0.6.1]: https://github.com/cole14/rust-elf/compare/v0.6.0...v0.6.1
|
||||
[0.6.0]: https://github.com/cole14/rust-elf/compare/v0.5.0...v0.6.0
|
||||
[0.5.0]: https://github.com/cole14/rust-elf/compare/v0.4.0...v0.5.0
|
||||
[0.4.0]: https://github.com/cole14/rust-elf/compare/v0.3.1...v0.4.0
|
||||
[0.3.1]: https://github.com/cole14/rust-elf/compare/v0.3.0...v0.3.1
|
||||
[0.3.0]: https://github.com/cole14/rust-elf/compare/v0.2.0...v0.3.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user