You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should add a changelog that lists all the changes between versions. That will make it easier for implementers to see what they need to update in their implementations.
The changelog has been added in gh-574. The versionadded and versionchanged directives can be added based on that later - that'll be a task for after the v2022 release
We should add a changelog that lists all the changes between versions. That will make it easier for implementers to see what they need to update in their implementations.
Additionally, we can use the
versionadded
andversionchanged
Sphinx directives (https://www.sphinx-doc.org/en/master/usage/restructuredtext/directives.html#directive-versionadded) to add a note to each respective function about things that have changed, which will make it easier to see what changed for a specific functionality.The text was updated successfully, but these errors were encountered: