Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
- Add experimental App Testing feature
- Fixed an issue where the Cloud Task emulator couldn't decode non-ASCII characters. (#8836)
- Fixed an issue where `firestore:indexes` wrongly removed the `__name__` field. (#7629)
Comment on lines +2 to +3
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

To improve consistency and conciseness in the changelog, I suggest rephrasing these entries to use the imperative mood, similar to the existing entries. This also resolves the inconsistent use of trailing periods.

Here's a suggestion for a more direct and scannable format:

Suggested change
- Fixed an issue where the Cloud Task emulator couldn't decode non-ASCII characters. (#8836)
- Fixed an issue where `firestore:indexes` wrongly removed the `__name__` field. (#7629)
- Fix non-ASCII character decoding in the Cloud Task emulator (#8836)
- Fix `firestore:indexes` incorrectly removing the `__name__` field (#7629)

Loading