We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e67a408 commit 8cbd35dCopy full SHA for 8cbd35d
1 file changed
CHANGES.md
@@ -1,12 +1,20 @@
1
# selectolax Changelog
2
3
-# Version 0.4.5
+# Unreleased
4
+
5
6
- Fix HTML parsing in fragment parser for `LexborHTMLParser`
7
- Fix memory leak in fragment parser
8
- Improve `skip_empty` parameter for text methods
9
- Add `comment_content` method
10
- Minor performance optimizations
11
+- Add `create_tag` method to `LexborHTMLParser`
12
+- Fix advanced selector (`.select()`) when attributes are empty.
13
14
15
+# Version 0.4.5
16
17
+ - Broken release. Not published to PyPi.
18
19
# Version 0.4.4
20
0 commit comments