base: Tag API methods in crc.hh
[gem5.git] / RELEASE-NOTES.md
index 1ea05f40457a04479fc1d0815e5c6fba8c3556a5..1a97b4c0a3eb33d30dbabcdd724bae9916cdc611 100644 (file)
@@ -1,3 +1,19 @@
+# Version 20.1.0.0
+
+* m5.stats.dump() root argument renamed to roots to reflect the fact that it now takes a list of SimObjects
+
+# Version 20.0.0.3
+
+**[HOTFIX]** When using the ARM ISA, gem5 could crash when a guest tried to call m5ops. This was due to `m5ops_base` being incorrectly declared in `src/arch/arm/ArmSystem.py`. A fix was applied to remove this declaration.
+
+# Version 20.0.0.2
+
+**[HOTFIX]** A patch was applied to fix the RubyPrefetcher with MESI_Three_Level. Prior to this fix a segfault occurred.
+
+# Version 20.0.0.1
+
+**[HOTFIX]** A fix was applied to stop incorrect clock frequences being reported due to rounding errors.
+
 # Version 20.0.0.0
 
 Welcome to our first "official" gem5 release!