summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index c4a488f88..4b2338e26 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -3,6 +3,12 @@ Date Added
AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO INTO TRUNK.
IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK.
+2009/01/13
+ * Cleaned up command @users/#users: [FlavioJS]
+ - displays everything on the target user (self for @users)
+ - uses a static array instead of a temporary DBMap
+ - displays percentages with precision of 0.01%
+ - uses safesnprintf instead of sprintf
2009/01/12
* Mobs with nonzero spawn time can now be cached as well (bugreport:1197)
* Fixed dynamic mobs being unloaded without stopping their respawn timer