File tree 1 file changed +53
-1
lines changed
1 file changed +53
-1
lines changed Original file line number Diff line number Diff line change 1
1
# News
2
2
3
- ## 3.2.6 - 2023-07-27 {#version-3-2-6}
3
+ ## 3.2.7 - 2024-05-16 {#version-3-2-7}
4
+
5
+ ### Improvements
6
+
7
+ * Improve parse performance by using ` StringScanner ` .
8
+
9
+ * GH-106
10
+ * GH-107
11
+ * GH-108
12
+ * GH-109
13
+ * GH-112
14
+ * GH-113
15
+ * GH-114
16
+ * GH-115
17
+ * GH-116
18
+ * GH-117
19
+ * GH-118
20
+ * GH-119
21
+ * GH-121
22
+
23
+ * Patch by NAITOH Jun.
24
+
25
+ * Improved parse performance when an attribute has many ` < ` s.
26
+
27
+ * GH-124
28
+
29
+ ### Fixes
30
+
31
+ * XPath: Fixed a bug of ` normalize_space(array) ` .
32
+
33
+ * GH-110
34
+ * GH-111
35
+
36
+ * Patch by flatisland.
37
+
38
+ * XPath: Fixed a bug that wrong position is used with nested path.
39
+
40
+ * GH-110
41
+ * GH-122
42
+
43
+ * Reported by jcavalieri.
44
+ * Patch by NAITOH Jun.
45
+
46
+ * Fixed a bug that an exception message can't be generated for
47
+ invalid encoding XML.
48
+
49
+ * GH-29
50
+ * GH-123
51
+
52
+ * Reported by DuKewu.
53
+ * Patch by NAITOH Jun.
54
+
55
+ w## 3.2.6 - 2023-07-27 {#version-3-2-6}
4
56
5
57
### Improvements
6
58
You can’t perform that action at this time.
0 commit comments