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:** - -*