From 87596014307e3d840ab701ec980f3a9a1fde20ff Mon Sep 17 00:00:00 2001 From: Anthony Scopatz Date: Mon, 9 Sep 2019 14:55:55 -0400 Subject: [PATCH] Updated CHANGELOG for 0.4.1 --- CHANGELOG.rst | 15 +++++++++++++++ news/trailnl.rst | 25 ------------------------- 2 files changed, 15 insertions(+), 25 deletions(-) delete mode 100644 news/trailnl.rst diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 2b2a04f..d601493 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,21 @@ Rever Change Log .. current developments +v0.4.1 +==================== + +**Changed:** + +* Certain autogenerated files now have only a single trailing newline. + This is for use with tools that expect files to have a single trailing + newline, such as ``pre-commit``. + +**Authors:** + +* Anthony Scopatz + + + v0.4.0 ==================== diff --git a/news/trailnl.rst b/news/trailnl.rst deleted file mode 100644 index f79ddd4..0000000 --- a/news/trailnl.rst +++ /dev/null @@ -1,25 +0,0 @@ -**Added:** - -* - -**Changed:** - -* Certain autogenerated files now have only a single trailing newline. - This is for use with tools that expect files to have a single trailing - newline, such as ``pre-commit``. - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* - -**Security:** - -*