-
Notifications
You must be signed in to change notification settings - Fork 6
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
sato-daisuke
committed
Feb 10, 2015
1 parent
e062968
commit 7325f53
Showing
1 changed file
with
12 additions
and
3 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,15 +1,24 @@ | ||
Change Log | ||
========== | ||
|
||
Version 1.0.3 | ||
------------- | ||
|
||
* Fixed isPresent result has inversed | ||
* Added filter/map/flatMap | ||
|
||
Version 1.0.2 | ||
------------- | ||
|
||
Replaced to gradle | ||
* Replaced to gradle | ||
|
||
|
||
Version 1.0.1 | ||
------------- | ||
|
||
Fixed pathes for jcenter | ||
* Fixed pathes for jcenter | ||
|
||
Version 1.0.0 | ||
------------- | ||
|
||
Initial release. | ||
* Initial release. |