summary refs log tree commit diff stats
path: root/web/news/version_0_15_released.rst
diff options
context:
space:
mode:
Diffstat (limited to 'web/news/version_0_15_released.rst')
-rw-r--r--web/news/version_0_15_released.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/web/news/version_0_15_released.rst b/web/news/version_0_15_released.rst
index d4a37dab9..a5d2e77bd 100644
--- a/web/news/version_0_15_released.rst
+++ b/web/news/version_0_15_released.rst
@@ -69,6 +69,11 @@ that have tuple name:
   value no longer requires this value to be prefixed with ``"http"``
   (or similar).
 
+- Converting a ``HttpMethod`` value to string using the ``$`` operator will
+  give string values without the ``"Http"`` prefix now.
+
+- The ``Request`` object defined in the ``asynchttpserver`` module now uses
+  the ``HttpMethod`` type for the request method.
 
 Library Additions
 -----------------