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) --------------------------