diff --git a/CHANGES.rst b/CHANGES.rst index 8a75e5db6..4bb5658b1 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -13,6 +13,24 @@ Changelog .. towncrier release notes start +3.5.1 (2020-08-11) +================== + + +Bugfixes +-------- + +- Handle optimize=True and mirror=True on sync correctly. + `#7228 `_ +- Fix copy with depsolving for packageenvironments. + `#7248 `_ +- Taught copy that empty-content means 'copy nothing'. + `#7284 `_ + + +---- + + 3.5.0 (2020-07-24) ================== diff --git a/CHANGES/7228.bugfix b/CHANGES/7228.bugfix deleted file mode 100644 index 44030159f..000000000 --- a/CHANGES/7228.bugfix +++ /dev/null @@ -1 +0,0 @@ -Handle optimize=True and mirror=True on sync correctly. diff --git a/CHANGES/7248.bugfix b/CHANGES/7248.bugfix deleted file mode 100644 index 38063a460..000000000 --- a/CHANGES/7248.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix copy with depsolving for packageenvironments. \ No newline at end of file diff --git a/CHANGES/7284.bugfix b/CHANGES/7284.bugfix deleted file mode 100644 index d5781065a..000000000 --- a/CHANGES/7284.bugfix +++ /dev/null @@ -1 +0,0 @@ -Taught copy that empty-content means 'copy nothing'.