summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGraham Eames <grahamje@users.sourceforge.net>2006-05-12 19:01:45 +0000
committerGraham Eames <grahamje@users.sourceforge.net>2006-05-12 19:01:45 +0000
commitf493eb7c1c12a0fc90522b3c59db75ecce96f727 (patch)
tree08351ba715c474189f167911bd9cc1d7d369f7f2
parentLoosen up on the safety checking we do if HTML is on, it appears that we were... (diff)
downloadphpbb-f493eb7c1c12a0fc90522b3c59db75ecce96f727.tar.gz
phpbb-f493eb7c1c12a0fc90522b3c59db75ecce96f727.tar.bz2
phpbb-f493eb7c1c12a0fc90522b3c59db75ecce96f727.zip
A one line change just to make sure it's working
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@5897 89ea8834-ac86-4346-8a33-228a782c2dd0
-rw-r--r--phpBB/docs/CHANGELOG.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html
index 3ab9e9802b..37c3372125 100644
--- a/phpBB/docs/CHANGELOG.html
+++ b/phpBB/docs/CHANGELOG.html
@@ -71,7 +71,10 @@ p,ul,td {font-size:10pt;}
<ul>
<li>[Fix] Changes to random number generator code to explicitly truncate the length of the string</li>
<li>[Fix] Quoting on boards with HTML enabled</li>
+<li>[Fix] Special characters on boards with HTML enabled</li>
<li>[Fix] Redirect to list if cancelling deletion of ranks, smilies or word censors</li>
+<li>[Fix] Missing error message if an inactive user tried to login (Bug #1598)</li>
+<li>[Fix] Do not alter post counts when just removing a poll (Bug #1602)</li>
<li>[Change] Backported more efficient highlighting code from Olympus</li>
</ul>