summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2006-08-17 13:36:53 +0000
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2006-08-17 13:36:53 +0000
commit570d8535619cf3a9d20ca3d72e5176db2c4c8223 (patch)
tree21a251cc944946116029bfa3a6245ef6f8e18e66 /ChangeLog
parentfc051507843ef3b62d9c5f4eacb809d033390992 (diff)
Fix help. For real
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e3a4e6cd..269c051d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,9 @@
* Fix help: It got broken while rearranging the plugin stuff, now it's
properly fixed.
+ * New Auth Framework: forgot to create the InvalidPassword exception.
+ It's a RuntimeError now.
+ * Fix help: this time for real (or so I hope).
2006-08-12 Giuseppe Bilotta <giuseppe.bilotta@gmail.com>