Skip to content

Commit b4c0f5b

Browse files
author
Andreas Grosam
committedMay 17, 2014
Release 0.12.1
1 parent b3c4284 commit b4c0f5b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed
 

‎CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -589,3 +589,10 @@ autorelease pool.
589589
- Minor changes in project structure and naming of projects and targets.
590590

591591

592+
593+
## Version 0.12.0 beta (2014-05-17)
594+
595+
### Enhancements
596+
597+
- Class extension method `all:` now stores `nil` results as a `NSNull` object into the result array.
598+

‎RXPromise.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "RXPromise"
3-
s.version = "0.12.0"
3+
s.version = "0.12.1"
44
s.summary = "A thread safe implementation of the Promises/A+ specification in Objective-C with extensions."
55
s.license = { :type => 'Apache License, Version 2.0', :file => 'LICENSE.md'}
66
s.author = { "Andreas Grosam" => "agrosam@onlinehome.de" }

0 commit comments

Comments
 (0)
Please sign in to comment.