From ddf4c61965eeca5ad11fb13fce183ab27ff27ddc Mon Sep 17 00:00:00 2001 From: David Wilson <dw@botanicus.net> Date: Thu, 6 Mar 2014 11:28:11 +0000 Subject: [PATCH] ChangeLog --- ChangeLog | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 9194cba..988fe07 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,5 @@ -2014-02-18 v0.79 +2014-03-06 v0.79 * Implement remaining Cursor methods necessary for working with MDB_DUPSORT databases: next_dup(), next_nodup(), prev_dup(), prev_nodup(), first_dup(), @@ -10,6 +10,8 @@ changed from False to True. The previous default did not reflect LMDB's normal mode of operation. +* LMDB 0.9.11 is bundled along with extra fixes from upstream Git. + 2014-01-18 v0.78 -- GitLab