summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2014-09-11 21:17:17 -0500
committerKali Kaneko <kali@leap.se>2014-09-11 21:17:17 -0500
commit61719eade1604530579a64a6ecf4e986f973d3d2 (patch)
tree62e43084028c3c4a320ba5924c34553bd258655f
parentd70705823bd6ce90d2e3849438c384978672cbb5 (diff)
add changelog2.6.3-1
-rw-r--r--NEWS.rst19
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.