From 4e455dde0b0cd35f0a8f9aa3824ba5a000b56c6f Mon Sep 17 00:00:00 2001 From: Wenzel Jakob Date: Wed, 9 Mar 2016 16:38:28 +0100 Subject: [PATCH] updated changelog, added build directory to gitignore file --- .gitignore | 1 + docs/changelog.rst | 2 ++ 2 files changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 5907b45e..a7a49560 100644 --- a/.gitignore +++ b/.gitignore @@ -28,3 +28,4 @@ MANIFEST *~ .DS_Store /dist +/build diff --git a/docs/changelog.rst b/docs/changelog.rst index 00fd2ead..69f227da 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -6,6 +6,8 @@ Changelog 1.4 (not yet released) -------------------------- * Transparent type conversion for ``std::wstring`` and ``wchar_t`` +* Improved docstring generation for compatibility with Sphinx +* Anaconda package generation support 1.3 (March 8, 2016) --------------------------