Skip to content

Commit 855e46d

Browse files
committed
Update CHANGELOG.md
1 parent 633466b commit 855e46d

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)