diff --git a/HISTORY.rst b/HISTORY.rst index b0b3369..526d839 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,3 +1,13 @@ +v1.3 (2023-10-30) +================= + +Features +-------- + +- Add the ``category`` field to ``Manifest``. (`#57 `_) +- Document the ``Addon`` and ``Manifest`` classes and assorted methods. (`#58 `_) + + v1.2 (2023-10-29) ================= diff --git a/news/57.feature b/news/57.feature deleted file mode 100644 index 3d765cc..0000000 --- a/news/57.feature +++ /dev/null @@ -1 +0,0 @@ -Add the ``category`` field to ``Manifest``. diff --git a/news/58.feature b/news/58.feature deleted file mode 100644 index db14dd6..0000000 --- a/news/58.feature +++ /dev/null @@ -1 +0,0 @@ -Document the ``Addon`` and ``Manifest`` classes and assorted methods.