Extend PBE code to support non default PKCS#5 v2.0 PRFs.
diff --git a/CHANGES b/CHANGES
index 366a8c9..412c9fd 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,9 @@
 
  Changes between 0.9.8b and 0.9.9  [xx XXX xxxx]
 
+  *) Initial support for PKCS#5 v2.0 PRFs other than default SHA1 HMAC.
+     [Steve Henson]
+
   *) Replace the algorithm specific calls to generate keys in "req" with the
      new API.
      [Steve Henson]