diff --git a/CHANGELOG.md b/CHANGELOG.md index af167e6c1..542ae484d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,8 +8,18 @@ ### Bug fixes -* qspi: fixed bug with GetData() that wouldn't return correct data when passed actual address instead of normalized offset (i.e. >= 0x90000000). -* sdram: fixed occasional hard fault caused by `RPDelay`, which is now set to 16 +### Other + +## v2.0.1 + +### Breaking Changes + +### Features + +### Bug fixes + +* qspi: fixed bug with GetData() that wouldn't return correct data when passed actual address instead of normalized offset (i.e. >= 0x90000000) +* sdram: fixed occasional hard fault caused by `RPDelay`, which is now set to 16 (same as in v1.0.0 and earlier) ### Other