patx/micropie
Update version highlights in whats_new.rst
Commit ba7685d · Harrison Erd · 2026-05-12T03:29:22-04:00
Update version highlights in whats_new.rst Highlight performance upgrades in version 0.29 and update routing documentation.
Comments
No comments yet.
Diff
diff --git a/docs/apidocs/whats_new.rst b/docs/apidocs/whats_new.rst
index 6d4e4f6..06b6b88 100644
--- a/docs/apidocs/whats_new.rst
+++ b/docs/apidocs/whats_new.rst
@@ -11,6 +11,8 @@ releases, consult the `GitHub releases page <https://github.com/patx/micropie/re
Version highlights
------------------
+* **0.29** Performance upgrades, no more per request signature inspections
+ for routing. 24%-54% increase in req/sec.
* **0.28** – Adds ``Request.json`` helper for convenient JSON access and
updates routing docs to show both automatic argument binding and
helper-based request access patterns.