updated changelog, added build directory to gitignore file

This commit is contained in:
Wenzel Jakob 2016-03-09 16:38:28 +01:00
parent eb5277b38e
commit 4e455dde0b
2 changed files with 3 additions and 0 deletions

1
.gitignore vendored
View File

@ -28,3 +28,4 @@ MANIFEST
*~ *~
.DS_Store .DS_Store
/dist /dist
/build

View File

@ -6,6 +6,8 @@ Changelog
1.4 (not yet released) 1.4 (not yet released)
-------------------------- --------------------------
* Transparent type conversion for ``std::wstring`` and ``wchar_t`` * 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) 1.3 (March 8, 2016)
-------------------------- --------------------------