[project @ 2005-06-28 10:08:45 by unknown_lamer]
[clinton/bobotpp.git] / NEWS
diff --git a/NEWS b/NEWS
index eea086b..79ad6fd 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -22,15 +22,18 @@ Version 2.1.8:
       etc.)
   + Message Sending
     * Implemented bot:notice
-  + Misc
-    * Added (bobotpp bot) module that modules may use to gain access
-      to the bobot++ functions
     * bot:msg and bot:say may both send to channels and users (instead
       of bot:msg for users and bot:say for channels)
     * Renamed bot:send-CTCP to bot:send-ctcp
     * Added bot:send-ctcp-reply to send a ctcp-reply
+  + Misc
+    * Added (bobotpp bot) module that modules may use to gain access
+      to the bobot++ functions
   + Debugging
-    * The debugging evaluator is now enabled when --debug is passed to the bot
+    * The debugging evaluator is now enabled when --debug is passed to
+      the bot
+    * Merged error handling patch from Dale Smith. This adds detailed
+      errors and backtraces when --debug is passed to Bobot++.
 - Documentation
   + Merged documentation patch from Dale Smith (thanks)
 - Misc