Sfoglia il codice sorgente

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

* Update GDTCCT changelog due to ad hoc release

* Update CHANGELOG.md
Michael Haney 6 anni fa
parent
commit
d21a172b6f
1 ha cambiato i file con 3 aggiunte e 1 eliminazioni
  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.