summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2014-11-12 20:30:47 +0100
committerSebastian Thiel <byronimo@gmail.com>2014-11-12 20:30:47 +0100
commit977e666e2489ddc669a06481bb5192b59854da8d (patch)
treeb609886c51726f640f3c4fa0cfc77fead23a6fe0 /doc
parentfda32852a1dd6f6b0988248fb2c7921104e3ea6c (diff)
downloadsmmap-977e666e2489ddc669a06481bb5192b59854da8d.tar.gz
Initial improvements to get rid of the performance regression in py3.
Byte buffer concatenations are considerably slower here for some reason. Also there was no need for the memorybuffer.
Diffstat (limited to 'doc')
-rw-r--r--doc/source/changes.rst6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/source/changes.rst b/doc/source/changes.rst
index 03148fb..6174008 100644
--- a/doc/source/changes.rst
+++ b/doc/source/changes.rst
@@ -3,11 +3,15 @@ Changelog
#########
**********
+v0.8.2
+**********
+- Cleaned up code and assured it works sufficiently well with python 3
+
+**********
v0.8.1
**********
- A single bugfix
-
**********
v0.8.0
**********