File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -9,15 +9,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
1010### Breaking changes
1111
12- * ` HTML ` no longer inherits from ` str ` . This was done to avoid confusion between strings and ` HTML ` objects. (#TODO )
12+ * ` HTML ` no longer inherits from ` str ` . This was done to avoid confusion between strings and ` HTML ` objects. (#86 )
1313
14- * ` Tag ` and ` TagList ` 's method ` .get_html_string() ` now both return ` str ` instead of ` HTML ` . (#TODO )
14+ * ` Tag ` attributes no longer silently support ` HTML ` as values . (#86 )
1515
16- * ` TagAttrDict ` no longer silently supports ` HTML ` values for attrs. Only ` str ` values are supported. (#TODO)
16+ * ` Tag ` and ` TagList ` 's method ` .get_html_string() ` now both return ` str ` instead of ` HTML ` . (#86 )
17+
18+ * ` TagAttrDict ` no longer silently supports ` HTML ` values for attrs. Only ` str ` values are supported. (#86 )
1719
1820### New features
1921
20- * Exported ` ReprHtml ` protocol class. If an object has a ` _repr_html_ ` method, then it is of instance ` ReprHtml ` . (#TODO )
22+ * Exported ` ReprHtml ` protocol class. If an object has a ` _repr_html_ ` method, then it is of instance ` ReprHtml ` . (#86 )
2123
2224
2325## [ 0.5.1] 2023-12-18
You can’t perform that action at this time.
0 commit comments