Skip to content

Commit

Permalink
Update CHANGES.md
Browse files Browse the repository at this point in the history
  • Loading branch information
akalex authored Oct 30, 2024
1 parent 28e5156 commit ba17a76
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
# Changelog
## 3.9.0
* Add ability to say that HTTP/2 protocol should be used when making request. Please find an example below:
```python

client = AsyncFirebaseClient(use_http2=True)
```

## 3.8.0
* Endow ``async_firebase.messages.MulticastMessage`` with the ability to set FCM options.

Expand Down

0 comments on commit ba17a76

Please sign in to comment.