Browse Source

Updated changelog with v0.2.10

Andrea Bizzotto 9 years ago
parent
commit
8d1d07f5ae
1 changed files with 6 additions and 1 deletions
  1. 6 1
      README.md

+ 6 - 1
README.md

@@ -195,7 +195,7 @@ Note that the pre-registered in app purchases in the demo apps are for illustrat
 - Support for consumable, non-consumable in-app purchases
 - Support for free, auto renewable and non renewing subscriptions
 - Receipt verification
-- iOS and OS X compatible
+- iOS, tvOS and OS X compatible
 - enum-based error handling
 
 ## Known issues
@@ -222,6 +222,11 @@ The user can background the hosting application and change the Apple ID used wit
 
 ## Changelog
 
+#### Version 0.2.10
+
+* Added **tvOS** support
+* Faster compilation time for `verifySubscription()` implementation
+
 #### Version 0.2.9
 
 * Added support for verifying purchases and subscriptions. This includes consumable and non consumable purchases, auto-renewing, free and non-renewing subscriptions.