From dbb9f8525b21bcd7a2ca0ba69b05b2eea733e956 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A1n=20Chaves?= Date: Fri, 12 Jul 2024 14:13:48 +0200 Subject: [PATCH 1/2] Release notes for 0.1.1 --- NEWS.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/NEWS.rst b/NEWS.rst index 067a4e0..bf054ce 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -2,6 +2,13 @@ Release notes ============= +0.1.1 (2024-07-DD) +================== + +The name of a ``select`` element is now ignored if that ``select`` element has +no nested ``option`` elements, in line with browser behavior. + + 0.1.0 (2024-07-12) ================== From ddb74df62fe9b1a14ec8adcebfeeb9ee7ab8ae57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A1n=20Chaves?= Date: Fri, 12 Jul 2024 14:58:07 +0200 Subject: [PATCH 2/2] Set the release day --- NEWS.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS.rst b/NEWS.rst index bf054ce..c98bee6 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -2,7 +2,7 @@ Release notes ============= -0.1.1 (2024-07-DD) +0.1.1 (2024-07-12) ================== The name of a ``select`` element is now ignored if that ``select`` element has