* Update GDTCCT changelog due to ad hoc release * Update CHANGELOG.md
@@ -1,7 +1,9 @@
# v3.0.0
-- Fixes unsynchronized access to prioritizer internals. (#5312)
- Internal refactor to change storage to a protocol.
+# v2.0.3
+- Synchronize prioritizer property access using a new method. (#5312)
+
# v2.0.2
- Remove usage of memcpy and convert calls from malloc to calloc.