Explorar el Código

Add documentation about the open access modifier change

Evgenii Neumerzhitckii hace 9 años
padre
commit
107b615dfa
Se han modificado 2 ficheros con 12 adiciones y 1 borrados
  1. 11 0
      CHANGELOG.md
  2. 1 1
      KeychainSwift.podspec

+ 11 - 0
CHANGELOG.md

@@ -1,29 +1,40 @@
 # KeychainSwift version history
 
+## 6.0.2 (2016-09-11)
+
+Change the `public` access modifier to `open` to allow subclassing of the `KeychainSwift` class and overriding its methods ([djensenius](https://github.com/djensenius)).
+
+
 ## 6.0.0 (2016-08-20)
 
 Update to Xcode 8 beta 6 (thanks, [Tulleb](https://github.com/Tulleb)).
 
+
 ## 5.0.0 (2016-08-13)
 
 Update to Xcode 8 beta 4/5.
 
+
 ## 3.0.15 (2016-05-19)
 
 Added the ability to sychronize items on multiple devices (thank you, [mikaoj](https://github.com/mikaoj)).
 
+
 ## 3.0.13 (2016-04-15)
 
 Added iOS 7 support (https://github.com/marketplacer/keychain-swift/blob/iOS7/Distrib/KeychainSwiftDistrib.swift)
 
+
 ## 3.0.11 (2016-01-24)
 
 Added methods for setting/getting booleans.
 
+
 ## 3.0.9 (2015-11-09)
 
 Moved repository to https://github.com/marketplacer/keychain-swift
 
+
 ## 3.0.8 (2015-11-02)
 
 Added `lastResultCode` property.

+ 1 - 1
KeychainSwift.podspec

@@ -1,6 +1,6 @@
 Pod::Spec.new do |s|
   s.name        = "KeychainSwift"
-  s.version     = "6.0.1"
+  s.version     = "6.0.2"
   s.license     = { :type => "MIT" }
   s.homepage    = "https://github.com/marketplacer/keychain-swift"
   s.summary     = "A library for saving text and data in the Keychain with Swift."