X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;ds=sidebyside;f=RELEASE-NOTES.md;h=1a97b4c0a3eb33d30dbabcdd724bae9916cdc611;hb=4a78604c99e6261faf235eb01fe86a19ee777746;hp=f1478c50ced8b2027f5dac26e736c4a86093efc9;hpb=fa70478413e4650d0058cbfe81fd5ce362101994;p=gem5.git diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index f1478c50c..1a97b4c0a 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -1,3 +1,7 @@ +# 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.