Skip to content

Commit 25e4bd9

Browse files
authored
[Ai] Move changelog entry to the correct section (#7048)
The changes in #7013 mistakenly put the changelog entry for the change in the "16.1.0" section, when it should be part of the "Unreleased" section
1 parent ece0efd commit 25e4bd9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

firebase-ai/CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Unreleased
22
* [changed] Deprecate the `totalBillableCharacters` field (only usable with pre-2.0 models). (#7042)
3+
* [feature] Added support for extra schema properties like `title`, `minItems`, `maxItems`, `minimum`
4+
and `maximum`. As well as support for the `anyOf` schema. (#7013)
35

46
# 16.1.0
57
* [fixed] Fixed `FirebaseAI.getInstance` StackOverflowException (#6971)
@@ -8,8 +10,7 @@
810
* [changed] **Breaking Change**: Updated `SpeechConfig` to take in `Voice` class instead of `Voices` class.
911
* **Action Required:** Update all references of `SpeechConfig` initialization to use `Voice` class.
1012
* [fixed] Fix incorrect model name in count token requests to the developer API backend
11-
* [feature] Added support for extra schema properties like `title`, `minItems`, `maxItems`, `minimum`
12-
and `maximum`. As well as support for the `anyOf` schema.
13+
1314

1415
# 16.0.0
1516
* [feature] Initial release of the Firebase AI SDK (`firebase-ai`). This SDK *replaces* the previous

0 commit comments

Comments
 (0)