Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update change log with latest entries #48

Merged
merged 2 commits into from
Aug 2, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,23 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

- [#]
- [#49] Fix Clippy warnings r=justahero a=justahero
- [#46] Link Knurling User Survey in `README` r=BriocheBerlin a=BriocheBerlin
- [#42] Add tests to check problem with `memory.x` in project root r=japaric a=Urhengulas
- [#45] `Cargo.toml`: Disable default features of `env_logger` r=Urhengulas a=Urhengulas
- [#44] Transfer non-static CI steps into `cargo xtest` command r=justahero a=Urhengulas
- [#41] Verify initial stack-pointer to be inside static RAM r=japaric a=Urhengulas
- [#40] Do linking test as part of cargo test; cleanup r=Lotterleben a=Urhengulas

[#49]: https://github.com/knurling-rs/flip-link/pull/49
[#46]: https://github.com/knurling-rs/flip-link/pull/46
[#42]: https://github.com/knurling-rs/flip-link/pull/42
[#45]: https://github.com/knurling-rs/flip-link/pull/45
[#44]: https://github.com/knurling-rs/flip-link/pull/44
[#41]: https://github.com/knurling-rs/flip-link/pull/41
[#40]: https://github.com/knurling-rs/flip-link/pull/40

## [v0.1.4] - 2021-05-21

- [#38] Handle no units in linker script parser
Expand Down