diff options
-rw-r--r-- | phpBB/docs/CHANGELOG.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 0a90f4f5f3..40a4a8b2e6 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -118,6 +118,8 @@ <li>[Change] Added new options for visual confirmation.</li> <li>[Change] Add link to user profile in the MCP for user notes and warn user.</li> <li>[Feature] Allow translation of custom BBCode help messages. (Patch by bantu)</li> + <li>[Feature] db_tools now support create table and drop table.</li> + <li>[Feature] Database updater checks for incompatible db schema (MySQL 3.x/4.x against MySQL 4.1.x/5.x/6.x)</li> </ul> <a name="v303"></a><h3>1.ii. Changes since 3.0.3</h3> |