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