diff --git a/CHANGELOG.rst b/CHANGELOG.rst index a230cf9a7..7ccd4b66c 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,24 @@ conda-smithy Change Log .. current developments +v3.44.5 +==================== + +**Added:** + +* Add ``pymsbuild`` as another build backend + +**Fixed:** + +* Fixed a bug where creating feedstocks with `noarch: python` would not work correctly. (#2135) + +**Authors:** + +* Matthew R. Becker +* Uwe L. Korn + + + v3.44.4 ==================== diff --git a/news/noarch_create_feedstocks.rst b/news/noarch_create_feedstocks.rst deleted file mode 100644 index f48c05317..000000000 --- a/news/noarch_create_feedstocks.rst +++ /dev/null @@ -1,23 +0,0 @@ -**Added:** - -* - -**Changed:** - -* - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* Fixed a bug where creating feedstocks with `noarch: python` would not work correctly. (#2135) - -**Security:** - -* diff --git a/news/pymsbuild.rst b/news/pymsbuild.rst deleted file mode 100644 index f14964094..000000000 --- a/news/pymsbuild.rst +++ /dev/null @@ -1,3 +0,0 @@ -**Added:** - -* Add ``pymsbuild`` as another build backend