Skip to content
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

fix release notes #252

Merged
merged 1 commit into from
Jul 1, 2024
Merged
Show file tree
Hide file tree
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
3 changes: 2 additions & 1 deletion changelog-h3-quinn.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
### v0.0.6 (2024-07-01)
### v0.0.7 (2024-07-01)
* Consolidate quic trait redundancy
* make types Sync
* new tracing feature

### v0.0.6 (2024-05-20)
* use quinn 0.11
Expand Down
1 change: 1 addition & 0 deletions changelog-h3.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
* Consolidate quic trait redundancy
* start qpack streams
* send grease stream in the background
* new tracing feature

### v0.0.5 (2024-05-20)
* add `poll_recv_data()` for server
Expand Down
Loading