Skip to content

Commit 6d4e7fd

Browse files
authored
Merge pull request #6721 from protocolbuffers/rafi-kamal-patch-1
Update CHANGES.txt with changes since 3.10.0-RC1
2 parents f50204d + 1a57c13 commit 6d4e7fd

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGES.txt

+9
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@
4646
* Change the parameter types of binaryReaderFn in ExtensionFieldBinaryInfo to (number, ?, ?).
4747
* Create dates.ts and time_of_days.ts to mirror Java versions. This is a near-identical conversion of c.g.type.util.{Dates,TimeOfDays} respectively.
4848
* Migrate moneys to TypeScript.
49+
50+
PHP
51+
* Fix incorrect leap day for Timestamp (#6696)
52+
* Initialize well known type values (#6713)
4953

5054
Ruby
5155
* Fix scope resolution for Google namespace (#5878)
@@ -55,6 +59,11 @@
5559
* Optimized layout_mark() for Ruby (#6521)
5660
* Optimization for layout_init() (#6547)
5761
* Fix for GC of Ruby map frames. (#6533)
62+
* Fixed leap year handling by reworking upb_mktime() -> upb_timegm(). (#6695)
63+
64+
Objective C
65+
* Remove OSReadLittle* due to alignment requirements (#6678)
66+
* Don't use unions and instead use memcpy for the type swaps. (#6672)
5867

5968
Other
6069
* Override CocoaPods module to lowercase (#6464)

0 commit comments

Comments
 (0)