فهرست منبع

add Changelog

Marcin Krzyżanowski 10 سال پیش
والد
کامیت
dac72b47cb
2فایلهای تغییر یافته به همراه24 افزوده شده و 22 حذف شده
  1. 23 0
      CHANGELOG
  2. 1 22
      README.md

+ 23 - 0
CHANGELOG

@@ -0,0 +1,23 @@
+0.1.0
+- Major performance improvements.
+- Transition from Optionals to throw error.
+- Replace enum Cipher with protocol for ciphers.
+- Added CRC16
+- Fixed AES CFB decryption
+- Drop internal "Foundation" dependency, nonetheless it is supported as usual.
+
+0.0.16
+- Critical fix for private "md5" selector issue (#135)
+
+0.0.15
+- Fix 32-bit CTR block mode
+- Carthage support update
+- Mark as App-Extension-Safe API
+
+0.0.14
+- hexString -> toHextString() #105
+- CTR (Counter mode)
+- Hex string is lowercase now
+- Carthage support
+- Tests update
+- Swift 2.0 support - overall update

+ 1 - 22
README.md

@@ -237,25 +237,4 @@ Permission is granted to anyone to use this software for any purpose, including
 
 ##Changelog
 
-0.1.0
-- Major performance improvements.
-- Transition from Optionals to throw error.
-- Replace enum Cipher with protocol for ciphers.
-- Added CRC16
-- Drop internal "Foundation" dependency, nonetheless it is supported as usual.
-
-0.0.16
-- Critical fix for private "md5" selector issue (#135)
-
-0.0.15
-- Fix 32-bit CTR block mode
-- Carthage support update
-- Mark as App-Extension-Safe API
-
-0.0.14
-- hexString -> toHextString() #105
-- CTR (Counter mode)
-- Hex string is lowercase now
-- Carthage support
-- Tests update
-- Swift 2.0 support - overall update
+see CHANGELOG file