From 5b408ae1435a2bc877bad933b273a990f5aec01b Mon Sep 17 00:00:00 2001 From: Anthony Scopatz Date: Thu, 27 Jun 2019 18:01:27 -0400 Subject: [PATCH] Updated CHANGELOG for 0.0.1 --- CHANGELOG.rst | 14 ++++++++++++++ news/initial.rst | 29 ----------------------------- 2 files changed, 14 insertions(+), 29 deletions(-) delete mode 100644 news/initial.rst diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 888f6b9..450ab0b 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,3 +4,17 @@ xontrib-kitty Change Log .. current developments +v0.0.1 +==================== + +**Added:** + +* Standard kitten aliases +* Default bash completion integration +* Matplotlib hooks for displaying images in the terminal with + ``matplotlib.pyplot.show()``. +* The ``diff`` kitten will use ``$XONSH_COLOR_STYLE`` for the + syntax highlighting style in the diff. + + + diff --git a/news/initial.rst b/news/initial.rst deleted file mode 100644 index 2090bb9..0000000 --- a/news/initial.rst +++ /dev/null @@ -1,29 +0,0 @@ -**Added:** - -* Standard kitten aliases -* Default bash completion integration -* Matplotlib hooks for displaying images in the terminal with - ``matplotlib.pyplot.show()``. -* The ``diff`` kitten will use ``$XONSH_COLOR_STYLE`` for the - syntax highlighting style in the diff. - -**Changed:** - -* - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* - -**Security:** - -* -