-
Notifications
You must be signed in to change notification settings - Fork 583
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix RST rendering on pypi.python.org
- Loading branch information
Edward J M Easton
committed
Sep 2, 2015
1 parent
7008de5
commit 76263f8
Showing
3 changed files
with
8 additions
and
7 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 |
---|---|---|
@@ -1,30 +1,30 @@ | ||
|
||
## Changelog | ||
|
||
### 1.5 | ||
### 1.5 (2015-09-02) | ||
|
||
* Always use the primary cluster node for 'has_symbol()', it's safer | ||
|
||
### 1.4 | ||
### 1.4 (2015-08-19) | ||
|
||
* Bugfixes for timezone handling, now ensures use of non-naive datetimes | ||
* Bugfix for tickstore read missing images | ||
|
||
### 1.3 | ||
### 1.3 (2015-08-011) | ||
|
||
* Improvements to command-line control scripts for users and libraries | ||
* Bugfix for pickling top-level Arctic object | ||
|
||
### 1.2 | ||
### 1.2 (2015-06-29) | ||
|
||
* Allow snapshotting a range of versions in the VersionStore, and | ||
snapshot all versions by default. | ||
|
||
### 1.1 | ||
### 1.1 (2015-06-16) | ||
|
||
* Bugfix for backwards-compatible unpickling of bson-encoded data | ||
* Added switch for enabling parallel lz4 compression | ||
|
||
### 1.0 | ||
### 1.0 (2015-06-14) | ||
|
||
* Initial public release |
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
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