File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 46
46
* Change the parameter types of binaryReaderFn in ExtensionFieldBinaryInfo to (number, ?, ?).
47
47
* 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.
48
48
* Migrate moneys to TypeScript.
49
+
50
+ PHP
51
+ * Fix incorrect leap day for Timestamp (#6696)
52
+ * Initialize well known type values (#6713)
49
53
50
54
Ruby
51
55
* Fix scope resolution for Google namespace (#5878)
55
59
* Optimized layout_mark() for Ruby (#6521)
56
60
* Optimization for layout_init() (#6547)
57
61
* 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)
58
67
59
68
Other
60
69
* Override CocoaPods module to lowercase (#6464)
You can’t perform that action at this time.
0 commit comments