diff options
| author | Kali Kaneko <kali@leap.se> | 2014-09-11 21:17:17 -0500 | 
|---|---|---|
| committer | Kali Kaneko <kali@leap.se> | 2014-09-11 21:17:17 -0500 | 
| commit | 61719eade1604530579a64a6ecf4e986f973d3d2 (patch) | |
| tree | 62e43084028c3c4a320ba5924c34553bd258655f | |
| parent | d70705823bd6ce90d2e3849438c384978672cbb5 (diff) | |
add changelog2.6.3-1
| -rw-r--r-- | NEWS.rst | 19 | 
1 files changed, 19 insertions, 0 deletions
| diff --git a/NEWS.rst b/NEWS.rst new file mode 100644 index 0000000..07b40f2 --- /dev/null +++ b/NEWS.rst @@ -0,0 +1,19 @@ +====================== +Changes in pysqlcipher +====================== + +Release 2.6.3-1 +--------------- + +Bugfixes +'''''''' + +- Fix building of ``pysqlcipher`` in osx. (`GH#8`_) +- Removes the need of importing pysqlite2 (`#2945`_) + +.. _`#2945`: https://leap.se/code/issues/2945 +.. _`GH#8`: https://github.com/leapcode/pysqlcipher/issues/8 + +Release 2.6.3 +------------- +First release. | 
