|
|
@@ -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.
|