misc: Updated release notes and version number
[gem5.git] / RELEASE-NOTES.md
index 3542de9fe7c2361cd3a8ae89e6b7e4fa5737cd11..f1478c50ced8b2027f5dac26e736c4a86093efc9 100644 (file)
@@ -1,3 +1,7 @@
+# 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.