Make get_pkcs_padding() constant-time
diff --git a/ChangeLog b/ChangeLog
index 77107d4..27a6747 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,7 @@
 = Version 1.2.10 released 2013-10-07
 Changes
    * Changed RSA blinding to a slower but thread-safe version
+   * Make get_pkcs_padding() constant-time
 
 Bugfix
    * Fixed memory leak in RSA as a result of introduction of blinding