From 0e354e29bd87b2933e7d1ec13780e54fe33e91bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A1n=20Chaves?= Date: Fri, 12 Jul 2024 14:58:19 +0200 Subject: [PATCH] Release notes for 0.1.1 (#4) --- NEWS.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/NEWS.rst b/NEWS.rst index 067a4e0..c98bee6 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -2,6 +2,13 @@ Release notes ============= +0.1.1 (2024-07-12) +================== + +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) ==================