diff options
author | Sebastian Spaeth <Sebastian@SSpaeth.de> | 2012-11-16 11:32:35 +0100 |
---|---|---|
committer | Sebastian Spaeth <Sebastian@SSpaeth.de> | 2012-12-21 08:24:28 +0100 |
commit | 8d19cb2445e2aa1f53431da26d866bf9b5e25872 (patch) | |
tree | 28ad2c483a3b9fd11ac97e862284e4bdeb014f12 /docs/source/siteadmin | |
parent | 726896b62a87a88594cf3863f4bbfcaf84b2abb3 (diff) | |
download | mediagoblin-8d19cb2445e2aa1f53431da26d866bf9b5e25872.tar.lz mediagoblin-8d19cb2445e2aa1f53431da26d866bf9b5e25872.tar.xz mediagoblin-8d19cb2445e2aa1f53431da26d866bf9b5e25872.zip |
Don't require webob as dependency
It is pushing up the daisies. Also relnote the change.
Diffstat (limited to 'docs/source/siteadmin')
-rw-r--r-- | docs/source/siteadmin/relnotes.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/source/siteadmin/relnotes.rst b/docs/source/siteadmin/relnotes.rst index 25d4d83f..9b45f642 100644 --- a/docs/source/siteadmin/relnotes.rst +++ b/docs/source/siteadmin/relnotes.rst @@ -19,6 +19,15 @@ This chapter has important information for releases in it. If you're upgrading from a previous release, please read it carefully, or at least skim over it. +WIP +===== + +**New features** + +**Other changed** + +* Dependency list has been reduced not requireing the "webob" package anymore. + 0.3.2 ===== |