Browse Source

CHANGELOG update

Marcin Krzyżanowski 8 years ago
parent
commit
5f9bb95c6f
1 changed files with 2 additions and 1 deletions
  1. 2 1
      CHANGELOG

+ 2 - 1
CHANGELOG

@@ -1,7 +1,8 @@
+0.6.1
 - Update tests.
 - Update tests.
 - New: RandomBytesSequence urandom values on Linux.
 - New: RandomBytesSequence urandom values on Linux.
 - Throw appropriate error for AES with invalid input where padding is needed.
 - Throw appropriate error for AES with invalid input where padding is needed.
-- Improve performance, especially to SHA-1, SHA-2 and related.
+- Improve performance, especially to SHA-1, SHA-2, PBKDF and related.
 - Set deployment targets for all platform. Fixes Carthage builds.
 - Set deployment targets for all platform. Fixes Carthage builds.
 - New: SHA-3 implementation (request #291)
 - New: SHA-3 implementation (request #291)
 - SHA-1 conforms to Updatable protocol and may be calculated incrementally.
 - SHA-1 conforms to Updatable protocol and may be calculated incrementally.