-
Notifications
You must be signed in to change notification settings - Fork 131
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
19 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
Changes | ||
======= | ||
|
||
1.4.1, 15/05/2016 | ||
* Read-only mode (@nrhine1, #37) | ||
* Check file exists before deleting (@adibo, #39) | ||
* AttributeError after SqliteDict is closed (@guyskk, #40) | ||
* Python 3.5 support (@jtatum, #47) | ||
* Pickle when updating with 2-tuples seq (@Digenis, #49) | ||
* Fix exit errors: TypeError("'NoneType' object is not callable",) (@janrygl, #45) | ||
|
||
1.4.0 | ||
* fix regression where iterating over keys/values/items returned a full list instead of iterator | ||
|
||
1.3.0 | ||
* improve error handling in multithreading (PR #28); 100% test coverage. | ||
|
||
1.2.0 | ||
* full python 3 support, continuous testing via Travis CI. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters