From 949164ad215160459c8fb987c5599be0087acca8 Mon Sep 17 00:00:00 2001 From: Urhengulas Date: Mon, 25 Jul 2022 13:35:45 +0200 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a570fbc..00ca3510 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] +- [#333] Clean up `enum Outcome` - [#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 +[#333]: https://github.com/knurling-rs/probe-run/pull/333 [#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