From 7eeb750af4ced05cb25ddf23bc28f65b925f5cdd Mon Sep 17 00:00:00 2001 From: Tim Rogers Date: Fri, 23 Oct 2020 09:24:18 -0400 Subject: [PATCH 1/2] Update release.notes.md --- release.notes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/release.notes.md b/release.notes.md index a1ec193566..e02fa7b426 100644 --- a/release.notes.md +++ b/release.notes.md @@ -9,9 +9,9 @@ Major changes since v1.0.0: 1. Optimized runtime memory footprint (up to 5-10X reduction). 1. Support for Nvbit 1.5 1. Fixed the generic loads address mapping -1. Fixed Atomic instruction parsing bug +1. Fixed atomic instruction parsing bug 1. Fixed the max_insn_limit bug -1. code reformatting +1. Code reformatting 1. Adding support to Turing instruction traces --- From c8a286c5788925dacf7f6b7865dbeea58ef47569 Mon Sep 17 00:00:00 2001 From: mkhairy Date: Fri, 23 Oct 2020 09:28:10 -0400 Subject: [PATCH 2/2] Update release.notes.md --- release.notes.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/release.notes.md b/release.notes.md index e02fa7b426..328cb1df6a 100644 --- a/release.notes.md +++ b/release.notes.md @@ -6,12 +6,11 @@ Oct 23, 2020. Major changes since v1.0.0: 1. Advanced disk space format to reduce the traces size (up to 5-10X reduction). -1. Optimized runtime memory footprint (up to 5-10X reduction). -1. Support for Nvbit 1.5 -1. Fixed the generic loads address mapping -1. Fixed atomic instruction parsing bug -1. Fixed the max_insn_limit bug -1. Code reformatting -1. Adding support to Turing instruction traces +2. Optimized runtime memory footprint (up to 5-10X reduction). +3. Support for Nvbit 1.5 +4. Fixed the generic loads address mapping +5. Fixed atomic instruction parsing bug +6. Fixed the max_insn_limit bug +7. Adding support to Turing instruction traces ---