Update 0.73p3 changes file
authorAri Johnson <ari@theari.com>
Thu, 6 Jun 2013 15:54:59 +0000 (11:54 -0400)
committerAri Johnson <ari@theari.com>
Thu, 6 Jun 2013 15:59:43 +0000 (11:59 -0400)
game/txt/changes/0.73p3

index 5a428993971576738398fd58e9746a4e961dd9f7..3f145b66a7dbe19acada94761abad3a339b4cd3c 100644 (file)
@@ -9,3 +9,5 @@ CobraMUSH Version 0.73p3
 
   Fixes:
     * Rename Idle_Times() to Unidle_Times(), fixes #259 [AEJ]
+    * Detect integer math overflow to avoid crash crash, fixes #273 [AEJ]
+    * Include division tree in @scan and scan() [AEJ]