Write changelog

This commit is contained in:
cyqsimon 2023-05-31 21:22:27 +08:00
parent 34a5c3f044
commit e0566bd212
No known key found for this signature in database
GPG Key ID: 1D8CE2F297390D65
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@
- Add `HttpServer::{bind,listen}_auto_h2c()` method. - Add `HttpServer::{bind,listen}_auto_h2c()` method.
- Add `Resource::{get, post, etc...}` methods for more concisely adding routes that don't need additional guards. - Add `Resource::{get, post, etc...}` methods for more concisely adding routes that don't need additional guards.
- Add several missing convenience methods on `HttpResponse` for their respective status codes.
### Changed ### Changed