diff options
| author | Meik Sievertsen <acydburn@phpbb.com> | 2009-10-24 14:28:41 +0000 |
|---|---|---|
| committer | Meik Sievertsen <acydburn@phpbb.com> | 2009-10-24 14:28:41 +0000 |
| commit | 131ba8c2ba2c0f778ab3d140207e212c4fee1f9e (patch) | |
| tree | a39a61d82ba81ef67535ea839a4a469dc9b7b908 | |
| parent | 4e8e766ed654f96799153cce727a650907c66277 (diff) | |
| download | forums-131ba8c2ba2c0f778ab3d140207e212c4fee1f9e.tar forums-131ba8c2ba2c0f778ab3d140207e212c4fee1f9e.tar.gz forums-131ba8c2ba2c0f778ab3d140207e212c4fee1f9e.tar.bz2 forums-131ba8c2ba2c0f778ab3d140207e212c4fee1f9e.tar.xz forums-131ba8c2ba2c0f778ab3d140207e212c4fee1f9e.zip | |
two obvious mistakes (thanks Jon :))
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10230 89ea8834-ac86-4346-8a33-228a782c2dd0
| -rw-r--r-- | phpBB/docs/CHANGELOG.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index e6d0d0e601..910d17ca80 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -235,7 +235,7 @@ <li>[Change] Cache version check.</li> <li>[Change] When creating a new forum without copying permissions, ask again.</li> <li>[Change] Introduce new parameter to page_header() for forum specific who is online listings.</li> - <li>[Change] Lifted minimum requirement for Firebird DBMS from 2.0+ to 2.1+.</li> + <li>[Change] Changed minimum requirement for Firebird DBMS from 2.0+ to 2.1+.</li> <li>[Change] Unapproved topics can no longer be replied to. (Bug #44005, #47675, #23605)</li> <li>[Change] Require user to be registered and logged in to search for unread posts if topic read tracking is disabled for guests. (Bug #49525)</li> <li>[Change] Allow three-digit hex notation in color BBcode. (Bug #39965 - Patch by m0rpha)</li> @@ -244,7 +244,7 @@ <li>[Change] Resize oversized topic icons. (Bug #44415)</li> <li>[Change] Banned IPs are now sorted. (Bug #43045 - Patch by DavidIQ)</li> <li>[Change] phpBB updater now skips sole whitespace/tab changes while computing differences. This reduces the chance of conflicts tremendously.</li> - <li>[Change] phpBB updater now solves common conflicts on it's own. This further reduces the chance of conflicts.</li> + <li>[Change] phpBB updater now solves common conflicts on its own. This further reduces the chance of conflicts.</li> <li>[Feature] Add language selection to the registration terms page. (Bug #15085 - Patch by leviatan21)</li> <li>[Feature] Backported 3.2 captcha plugins: <ul> |
