From 085def07425561862d8329001168d8bc9c75ae8f Mon Sep 17 00:00:00 2001 From: Sutou Kouhei Date: Thu, 16 May 2024 11:34:38 +0900 Subject: [PATCH] Add 3.2.7 entry --- NEWS.md | 54 +++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 53 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 271c303b..63b50c33 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,58 @@ # News -## 3.2.6 - 2023-07-27 {#version-3-2-6} +## 3.2.7 - 2024-05-16 {#version-3-2-7} + +### Improvements + + * Improve parse performance by using `StringScanner`. + + * GH-106 + * GH-107 + * GH-108 + * GH-109 + * GH-112 + * GH-113 + * GH-114 + * GH-115 + * GH-116 + * GH-117 + * GH-118 + * GH-119 + * GH-121 + + * Patch by NAITOH Jun. + + * Improved parse performance when an attribute has many `<`s. + + * GH-124 + +### Fixes + + * XPath: Fixed a bug of `normalize_space(array)`. + + * GH-110 + * GH-111 + + * Patch by flatisland. + + * XPath: Fixed a bug that wrong position is used with nested path. + + * GH-110 + * GH-122 + + * Reported by jcavalieri. + * Patch by NAITOH Jun. + + * Fixed a bug that an exception message can't be generated for + invalid encoding XML. + + * GH-29 + * GH-123 + + * Reported by DuKewu. + * Patch by NAITOH Jun. + +w## 3.2.6 - 2023-07-27 {#version-3-2-6} ### Improvements