summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-01-05 10:37:25 +0000
committerai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-01-05 10:37:25 +0000
commit89a2217fe54bce2779485f633c9a4e64d9271433 (patch)
treeace3bfeec7a6428baab584187d111598fb256d52 /Changelog-Trunk.txt
parentaec04ff9ffdce7458adb0c7eae299054a03b808b (diff)
downloadhercules-89a2217fe54bce2779485f633c9a4e64d9271433.tar.gz
hercules-89a2217fe54bce2779485f633c9a4e64d9271433.tar.bz2
hercules-89a2217fe54bce2779485f633c9a4e64d9271433.tar.xz
hercules-89a2217fe54bce2779485f633c9a4e64d9271433.zip
* Fixed ends of statement blocks missing script EOL processing, thus causing 'next line' label (-) to misbehave in statement blocks without additional curly braces (bugreport:4417, since r3422).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14651 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index 07a4689a1..7807df458 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -1,5 +1,7 @@
Date Added
+2010/01/05
+ * Fixed ends of statement blocks missing script EOL processing, thus causing 'next line' label (-) to misbehave in statement blocks without additional curly braces (bugreport:4417, since r3422). [Ai4rei]
2011/01/04
* Added support for removal of trailing comments to sv_readdb (bugreport:4680). [Ai4rei]
2011/01/01