diff options
-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. |