diff options
author | Nils Adermann <naderman@naderman.de> | 2007-10-21 18:48:51 +0000 |
---|---|---|
committer | Nils Adermann <naderman@naderman.de> | 2007-10-21 18:48:51 +0000 |
commit | 56a1db7d7bf836df60975661940ff4fbe2cec6cd (patch) | |
tree | 11dee4281d848b63158b3710dc005dbbd7d009c2 /phpBB/docs | |
parent | 04876bd33039127f8767c53554baef83536acf2b (diff) | |
download | forums-56a1db7d7bf836df60975661940ff4fbe2cec6cd.tar forums-56a1db7d7bf836df60975661940ff4fbe2cec6cd.tar.gz forums-56a1db7d7bf836df60975661940ff4fbe2cec6cd.tar.bz2 forums-56a1db7d7bf836df60975661940ff4fbe2cec6cd.tar.xz forums-56a1db7d7bf836df60975661940ff4fbe2cec6cd.zip |
- Allow charset names containing underscores or spaces
git-svn-id: file:///svn/phpbb/trunk@8214 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/docs')
-rw-r--r-- | phpBB/docs/CHANGELOG.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index b691f19015..e75ccb5f42 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -94,6 +94,7 @@ <li>[Fix] Quote bbcode fixes. Letting parse quote="[" and re-allowing whitelisted bbcodes within username portion (Bug #14770)</li> <li>[Sec] Fix bbcode helpline display for custom bbcodes - this requires style changes for any custom style (Bug #14850)</li> <li>[Fix] Correctly count announcements when filtering forums by date (Bug #14877)</li> + <li>[Fix] Allow charset names containing underscores or spaces</li> </ul> <a name="v30rc6"></a><h3>1.ii. Changes since 3.0.RC6</h3> |