From fb5be02080a726b08deaa635727408d9ee204167 Mon Sep 17 00:00:00 2001 From: Cserna Zsolt Date: Sat, 24 Feb 2024 20:41:31 +0100 Subject: [PATCH] CHANGES.rst: add release notes for 1.0.10 --- CHANGES.rst | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 8decc8f..00c52fe 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,6 +2,29 @@ Release Notes ============= +.. _Release Notes_1.0.10: + +1.0.10 +====== + +.. _Release Notes_1.0.10_New Features: + +New Features +------------ + +- When there's no handler for the request, add more details to the response + sent by the server about the request to help debugging. + + +.. _Release Notes_1.0.10_Other Notes: + +Other Notes +----------- + +- Use ruff for linting. It includes some source code changes which should not + introduce functional changes, or API changes. + + .. _Release Notes_1.0.9: 1.0.9