update changelog

This commit is contained in:
Jack Robison 2017-05-10 11:40:50 -04:00
parent cd67ca6ce3
commit f4efb9c192

View file

@ -9,7 +9,7 @@ at anytime.
## [Unreleased] ## [Unreleased]
### Added ### Added
* * Add decorator to support queueing api calls
* *
### Changed ### Changed
@ -21,9 +21,10 @@ at anytime.
* Cache claims in wallet storage for use looking claims up by id or outpoint * Cache claims in wallet storage for use looking claims up by id or outpoint
* Try to use cached claim info for `file_list` * Try to use cached claim info for `file_list`
* Convert wallet storage to inlinecallbacks * Convert wallet storage to inlinecallbacks
* Improve internal name_metadata sqlite table
### Fixed ### Fixed
* * Fix race condition in publish that resulted in claims being rejected when making many publishes concurrently
* *
### Deprecated ### Deprecated