aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/docs
diff options
context:
space:
mode:
authorChris Smith <toonarmy@phpbb.com>2008-09-27 11:38:42 +0000
committerChris Smith <toonarmy@phpbb.com>2008-09-27 11:38:42 +0000
commit7de4563d05e9ad78dbe3c6369720aa8ba80be60d (patch)
tree4fcf61421fb62dfe222983f3bc0753354af7af93 /phpBB/docs
parent6cfc56a6505b00cef6e2889b3672db108da04d35 (diff)
downloadforums-7de4563d05e9ad78dbe3c6369720aa8ba80be60d.tar
forums-7de4563d05e9ad78dbe3c6369720aa8ba80be60d.tar.gz
forums-7de4563d05e9ad78dbe3c6369720aa8ba80be60d.tar.bz2
forums-7de4563d05e9ad78dbe3c6369720aa8ba80be60d.tar.xz
forums-7de4563d05e9ad78dbe3c6369720aa8ba80be60d.zip
Add quoting support to PM history when composing a reply. #34285
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8951 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/docs')
-rw-r--r--phpBB/docs/CHANGELOG.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html
index 4e72e511bb..eb6a958dfb 100644
--- a/phpBB/docs/CHANGELOG.html
+++ b/phpBB/docs/CHANGELOG.html
@@ -127,6 +127,7 @@
<li>[Fix] Use a distinct log message for shadow topic deletions to differentiate between normal topic deletions. (Bug #34635)</li>
<li>[Fix] Fix problems with styles using an underscore within the filename. (Bug #34315)</li>
<li>[Fix] Better return links when deleting topics through the MCP. (Bug #34655)</li>
+ <li>[Fix] Add quoting support to PM history when composing a reply. (Bug #34285)</li>
<li>[Change] No longer allow the direct use of MULTI_INSERT in sql_build_array. sql_multi_insert() must be used.</li>
<li>[Change] Display warning in ACP if config.php file is left writable.</li>