diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index 32a45fe..6829df7 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -6,7 +6,7 @@ Changelog ********* -sxcu-v0.1.0-beta.0 +sxcu-v1.0.0 ================== New Features @@ -15,6 +15,9 @@ New Features * Create a new logo. * Added a missing API method :func:`~.SXCU.image_details`. * Fix a bug due to subdomain parsing while using ``.sxcu`` files. +* Add a missing endpoint of :func:`edit_collection`. +* Fixed a bug in :func:`create_link` + For developers -------------- @@ -23,6 +26,7 @@ For developers * Added a few Tests. * Enforce formatting with pre-commit. * Added test Coverage +* Linting For Pull Requests Added. sxcu-v0.1.0-alpha.0 ===================