diff --git a/CHANGELOG.md b/CHANGELOG.md index 19f055f..c5c0d49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,8 +3,29 @@ conda-press Change Log ====================== + +## v0.0.2 +**Added:** + +* Initial support for RPATH fix-up on macOS + +**Fixed:** + +* Requirements listed in the wheel metadata are now removed approriately + if Python was skipped or if the wheel is a merger of other wheels. +* Don't list python as a runtime requirement when building with '--skip-python' +* Apply RPATH fixups to '.so' libraries on macOS, because that is CPython extension default +* Fixed issue with noarch Python version reading. + +**Authors:** + +* Anthony Scopatz +* Isaiah Norton + + + ## v0.0.1 **Added:** diff --git a/news/fatdeps.rst b/news/fatdeps.rst deleted file mode 100644 index 901dcf6..0000000 --- a/news/fatdeps.rst +++ /dev/null @@ -1,25 +0,0 @@ -**Added:** - -* - -**Changed:** - -* - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* Requirements listed in the wheel metadata are now removed approriately - if Python was skipped or if the wheel is a merger of other wheels. - -**Security:** - -* - diff --git a/news/pr16_darwin_misc.rst b/news/pr16_darwin_misc.rst deleted file mode 100644 index bfe225d..0000000 --- a/news/pr16_darwin_misc.rst +++ /dev/null @@ -1,25 +0,0 @@ -**Added:** - -* Initial support for RPATH fix-up on macOS - -**Changed:** - -* - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* Don't list python as a runtime requirement when building with '--skip-python' -* Apply RPATH fixups to '.so' libraries on macOS, because that is CPython extension default - -**Security:** - -* - diff --git a/news/stridx.rst b/news/stridx.rst deleted file mode 100644 index 0a2ebae..0000000 --- a/news/stridx.rst +++ /dev/null @@ -1,24 +0,0 @@ -**Added:** - -* - -**Changed:** - -* - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* Fixed issue with noarch Python version reading. - -**Security:** - -* -