From 57af3b6f054c8cb3a63569f2475df636f56212f0 Mon Sep 17 00:00:00 2001 From: Giovanni Barillari Date: Thu, 10 Oct 2024 19:38:12 +0200 Subject: [PATCH] Update changelog --- CHANGES.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 5364d5b7..93101901 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,20 @@ Emmett changelog ================ +Next +---- + +(Release date to be defined, codename to be selected) + +- Added Python 3.13 support +- Re-implemented router matching algorithm in Rust +- Re-implemented multipart parsing in Rust +- Added `Response` wrap methods +- Refactored `Request.files` implementation +- Support iteration on `Request.body` +- Added `iter`, `aiter` and `http` to routes' outputs +- Testing client is now using RSGI protocol in place of ASGI + Version 2.5 -----------