We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c625ae commit 2741d6eCopy full SHA for 2741d6e
docs/changelog.rst
@@ -66,6 +66,13 @@ Version 24.5.0
66
* Running the unit tests no longer uses a third-party test runner; the
67
standard-library ``unittest`` module's runner is used instead.
68
69
+* Documentation of the HTML5 color algorithms has been updated to emphasize
70
+ which HTML5 spec is used (the WHATWG spec, which is now the only canonical
71
+ and maintained HTML5 spec) and comments in the implementations have been
72
+ updated to include the latest prose description of the HTML5 algorithms from
73
+ the spec. These updates do not change the behavior of the HTML5 algorithms,
74
+ and are only for clarity of documentation and explanation.
75
+
76
* Adopted `CalVer versioning <https://calver.org>`_.
77
78
0 commit comments