Просмотр исходного кода

Update GDTCCT changelog due to ad hoc release (#5398)

* Update GDTCCT changelog due to ad hoc release

* Update CHANGELOG.md
Michael Haney 6 лет назад
Родитель
Сommit
88bdcdd39b
1 измененных файлов с 3 добавлено и 1 удалено
  1. 3 1
      GoogleDataTransportCCTSupport/CHANGELOG.md

+ 3 - 1
GoogleDataTransportCCTSupport/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.