-
Notifications
You must be signed in to change notification settings - Fork 946
Add an initial CHANGELOG for firestore #233
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
packages/firestore/CHANGELOG.md
Outdated
@@ -0,0 +1,5 @@ | |||
# v4.6.0 | |||
- [fixed] Fixes validation of nested arrays to allow indirect nesting | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a change in 4.5.1 too. You can copy/paste from https://firebase.google.com/support/release-notes/js#4.5.1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch! Done.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you're going to do package specific changelogs can we do the version listed in packages/firestore/package.json
?
Tests are failing due to flakiness, in this case due to the firestore integration tests timing out on ChromeHeadless
We need to adjust the permissions in this repository. Note that no code actually changed here, but this can't be submitted. |
No description provided.