From f1fec197972dbe54804d99b7da44562a1306a2d7 Mon Sep 17 00:00:00 2001
From: Paul Bakker
Date: Sun, 19 Jul 2009 20:29:42 +0000
Subject: [PATCH] - Updated ChangeLog to reflect change in error codes
---
ChangeLog | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/ChangeLog b/ChangeLog
index 8746ee46f..7f83767c1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,6 +8,10 @@ Features
Camellia, DES, 3-DES, RSA PKCS#1, XTEA, Diffie-Hellman
and X509parse.
+Major Changes
+ * Error codes are not (necessarily) negative anymore. Keep
+ this is mind when writing code.
+
Bug fixes
* Fixed HMAC-MD2 by modifying md2_starts(), so that the
required HMAC ipad and opad variables are not cleared.