-
Notifications
You must be signed in to change notification settings - Fork 178
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
1 changed file
with
21 additions
and
1 deletion.
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 |
---|---|---|
@@ -1,6 +1,26 @@ | ||
Change Log | ||
========== | ||
|
||
Version 1.1.0 *(January 8th 2016)* | ||
-------------------------- | ||
|
||
### New features | ||
|
||
- Implement a StoreReader.keys() method (#13) | ||
|
||
### Bugfixes | ||
|
||
- Fixes the return type of apis (#9) | ||
- A Exception Using reader.iterable() (#16) | ||
|
||
### Performance improvements | ||
|
||
- Share slot read buffers (#14) | ||
|
||
### Compatibility | ||
|
||
The prefix bytes have been modified (#21) as they were confusing so exceptionally this version breaks store compatibility with 1.0.0. This shouldn't happen anymore in the future for minor versions. | ||
|
||
Version 1.0.0 *(July 1st 2015)* | ||
-------------------------- | ||
* First public release | ||
* First public release |