Updated ChangeLog to reflect recent changes
diff --git a/ChangeLog b/ChangeLog
index 1d28f6e..4b05115 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,16 @@
PolarSSL ChangeLog (Sorted per branch, date)
= PolarSSL 1.3 branch
+Changes
+ * gen_prime() speedup
+ * Speedup of ECP multiplication operation
+ * Relaxed some SHA2 ciphersuite's version requirements
+
Bugfix
* Fixed X.509 hostname comparison (with non-regular characters)
* SSL now gracefully handles missing RNG
+ * Missing defines / cases for RSA_PSK key exchange
+ * crypt_and_hash app checks MAC before final decryption
= PolarSSL 1.3.2 released on 2013-11-04
Features