diff options
Diffstat (limited to 'doc/release_notes_3.0.0.txt')
-rw-r--r-- | doc/release_notes_3.0.0.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/release_notes_3.0.0.txt b/doc/release_notes_3.0.0.txt index 0791ac995..e33cfcbe0 100644 --- a/doc/release_notes_3.0.0.txt +++ b/doc/release_notes_3.0.0.txt @@ -37,9 +37,9 @@ ejabberd 3.0.0 includes three major changes: * gen_storage (abbreviated GS) provides a database abstraction layer, which supports storage in Mnesia and in ODBC databases. Several ejabberd modules use GS, like mod_roster and ejabberd_auth_storage. - The schema of the tables stored by those modules have changed, - and ejabberd migrates automatically your mnesia and ODBC - tables from previous ejabberd releases. + The schema of the tables stored by those modules have changed. + ejabberd automatically creates mnesia and ODBC tables, + and migrates them from a previous ejabberd version. * Massive Hosting (abbreviated MH) is preliminary implemented in ejabberd, but it is still incomplete, untested and undocumented. |