Parcourir la source

CHANGELOG update

Marcin Krzyżanowski il y a 9 ans
Parent
commit
9de9017d92
1 fichiers modifiés avec 5 ajouts et 0 suppressions
  1. 5 0
      CHANGELOG

+ 5 - 0
CHANGELOG

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