diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 7a1bcbed1..1b3e631d7 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,20 @@ conda-smithy Change Log .. current developments +v3.44.1 +==================== + +**Fixed:** + +* Fixed ``noarch: python`` hint for v1 recipes. (#2119) +* Fixed ``noarch: python`` syntax to be more compatible. (#2122) + +**Authors:** + +* Matthew R. Becker + + + v3.44.0 ==================== diff --git a/news/2119-fix-lint-noarch-python-v1.rst b/news/2119-fix-lint-noarch-python-v1.rst deleted file mode 100644 index eb7ecd50c..000000000 --- a/news/2119-fix-lint-noarch-python-v1.rst +++ /dev/null @@ -1,24 +0,0 @@ -**Added:** - -* - -**Changed:** - -* - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* Fixed ``noarch: python`` hint for v1 recipes. (#2119) -* Fixed ``noarch: python`` syntax to be more compatible. (#2122) - -**Security:** - -*