Update version highlights in whats_new.rst

Commit ba7685d · Harrison Erd · 2026-05-12T03:29:22-04:00

Changeset
ba7685d21fb2e5c89f358de2d79054455929ddc2
Parents
bcb78f53f91d5c9194717e9127b78debd970be69

View source at this commit

Update version highlights in whats_new.rst

Highlight performance upgrades in version 0.29 and update routing documentation.

Comments

No comments yet.

Log in to comment

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.