From 2b902d5906de36d7241124c75bf4e2dbd143c3a9 Mon Sep 17 00:00:00 2001 From: Urhengulas Date: Mon, 25 Jul 2022 15:58:14 +0200 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a570fbc..e0802eb3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p ## [Unreleased] +- [#334] Simplify hardware in the loop tests - [#331] Refactor stack painting - [#330] Fix `fn round_up` - [#329] Update probe-rs to 0.13.0 (does not yet implement 64-bit support) @@ -18,6 +19,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p - [#314] Clarify documentation in README - [#293] Update snapshot tests to new TRACE output +[#334]: https://github.com/knurling-rs/probe-run/pull/334 [#331]: https://github.com/knurling-rs/probe-run/pull/331 [#330]: https://github.com/knurling-rs/probe-run/pull/330 [#329]: https://github.com/knurling-rs/probe-run/pull/329