Skip to content
This repository has been archived by the owner on Jan 14, 2018. It is now read-only.

Commit

Permalink
Update changelog. Prepare for release 1.4.13
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanenicolas committed Jul 15, 2014
1 parent 4698df5 commit 359514d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Expand Up @@ -11,6 +11,9 @@ Version 1.5.0 (planned)
Version 1.4.13 (Planned July 2014)
--------------

Team
* Nikola Keskinov joined the RoboSpice Team. Welcome Niko !

Enhancements

* Requests are not retried anymore when network is down. https://github.com/stephanenicolas/robospice/pull/291. Thx to softwaremaverick for fixing this bug.
Expand All @@ -25,6 +28,8 @@ Bug fixes
* RetrofitGsonSpiceService object persister was buggy. Thx to keirongulrajani. https://github.com/stephanenicolas/robospice/issues/272
* Fixed an ANR when app started with screen off. Thx to Colin Lee. https://github.com/stephanenicolas/robospice/issues/270
* Fixed ConcurrentModificationException. Thx to escarti. https://github.com/stephanenicolas/robospice/issues/91
* Fixed a bug in SpiceNotificationService. Thx to kaivnlp. https://github.com/stephanenicolas/robospice/issues/299
* Cancelling methods by key didn't work. Thx to Pierre Degand. https://github.com/stephanenicolas/robospice/issues/251

Version 1.4.12 (April 17th 2014)
--------------
Expand Down
14 changes: 12 additions & 2 deletions CHANGELOG.md~
Expand Up @@ -8,18 +8,28 @@ Version 1.5.0 (planned)
* TODO : inject requests in listeners
* TODO : inject service in requests

Version 1.4.13 (Planned June 2014)
Version 1.4.13 (Planned July 2014)
--------------

Team
* Nikola Keskinov joined the RoboSpice Team. Welcome Niko !

Enhancements

* Requests are not retried anymore when network is down. https://github.com/stephanenicolas/robospice/pull/291. Thx to softwaremaverick for fixing this bug.
* SpiceService's executor core threads can now be exceeded and customized and are disposable. Thx to Jorge Vila for this feature. https://github.com/stephanenicolas/robospice/pull/304
* The OrmLite extension now notifies foreign objects for changes (instead of root only): https://github.com/stephanenicolas/robospice/issues/240. Thx to @agrebnev.

Bug fixes

* Fix a potential concurrent issue in the request processor : listeners could be lost when added simultanously. Thanks to seva-ask for this fix : https://github.com/stephanenicolas/robospice/pull/296
* Fix a potential multiple unbindings in SpiceManager : https://github.com/stephanenicolas/robospice/pull/301. Thqnks to seva-ask
* Fix a potential multiple unbindings in SpiceManager : https://github.com/stephanenicolas/robospice/pull/301. Thanks to seva-ask
* Fix a potential concurrent issue,removing listeners could be impossible in some rare cases. Thx to seva-ask. https://github.com/stephanenicolas/robospice/pull/318
* RetrofitGsonSpiceService object persister was buggy. Thx to keirongulrajani. https://github.com/stephanenicolas/robospice/issues/272
* Fixed an ANR when app started with screen off. Thx to Colin Lee. https://github.com/stephanenicolas/robospice/issues/270
* Fixed ConcurrentModificationException. Thx to escarti. https://github.com/stephanenicolas/robospice/issues/91
* Fixed a bug in SpiceNotificationService. Thx to kaivnlp. https://github.com/stephanenicolas/robospice/issues/299
* Cancelling methods by key didn't work. Thx to Pierre Degand. https://github.com/stephanenicolas/robospice/issues/251

Version 1.4.12 (April 17th 2014)
--------------
Expand Down

0 comments on commit 359514d

Please sign in to comment.