diff options
-rw-r--r-- | docs/source/siteadmin/relnotes.rst | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/docs/source/siteadmin/relnotes.rst b/docs/source/siteadmin/relnotes.rst index 025008fd..e0d28656 100644 --- a/docs/source/siteadmin/relnotes.rst +++ b/docs/source/siteadmin/relnotes.rst @@ -23,7 +23,17 @@ carefully, or at least skim over it. 0.3.1 ===== -FIXME: Needs to be written +As usual in this release you should be sure to run `bin/gmg dbupdate` +to upgrade the database to the latest schema. There are not major +changes other than this that you need to do to make your present +MediaGoblin instance continue to work. + +However, MediaGoblin now also includes theming support, which you can +read about in the section :ref:`_theming_chapter`. If you set up your +server config with an older version of mediagoblin and the mediagoblin +docs, it's possible you don't have the "theme static files" alias, so +double check to make sure that section is there if you are having +problems. 0.3.0 |