Procházet zdrojové kódy

[Release] Update `Unreleased` changelog entries (#15436)

Andrew Heard před 5 měsíci
rodič
revize
ff0eac7904
2 změnil soubory, kde provedl 4 přidání a 5 odebrání
  1. 3 4
      FirebaseAI/CHANGELOG.md
  2. 1 1
      FirebasePerformance/CHANGELOG.md

+ 3 - 4
FirebaseAI/CHANGELOG.md

@@ -1,7 +1,6 @@
-# Unreleased
-- [fixed] Fixed various links in the Live API doc comments not mapping correctly.
-- [fixed] Fixed minor translation issue for nanosecond conversion when receiving
-  `LiveServerGoingAwayNotice`. (#15410)
+# 12.5.0
+- [fixed] Fixed a nanoseconds parsing issue in the Live API when receiving a
+  `LiveServerGoingAwayNotice` message. (#15410)
 - [feature] Added support for sending video frames with the Live API via the `sendVideoRealtime`
   method on [`LiveSession`](https://firebase.google.com/docs/reference/swift/firebaseai/api/reference/Classes/LiveSession).
   (#15432)

+ 1 - 1
FirebasePerformance/CHANGELOG.md

@@ -1,4 +1,4 @@
-# Unreleased
+# 12.5.0
 - [fixed] Prevent race condition crash in FPRTraceBackgroundActivityTracker. (#14273)
 - [fixed] Fix app start trace outliers from network delays. (#10733)