summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index 255546fe0..ee9741841 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -4,6 +4,14 @@ AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO
IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK.
2007/02/01
+ * Cleaned up the npcshop(add/del)item script commands, fixed a possible
+ dangling pointer crash caused by their improper use of realloc. They no
+ longer automatically attach the script to the shop, and they will return
+ true/false based on whether the shop was found or not.
+ * Added script command npcshopattach to enable attaching/detaching your
+ script from any npc shop.
+ * Updated doc/script_commands.txt with entries for npcshopitem,
+ npcshopadditem, npcshopdelitem and npcshopattach [Skotlex]
* A followup to r9761, a header include that somehow didn't commit [ultramage]
* Item search is now a bit smarter. When no item is found with the same
'aegis name', then the 'normal' name is used instead.