Skip to content

Commit

Permalink
doc changes
Browse files Browse the repository at this point in the history
  • Loading branch information
bretth committed Nov 19, 2010
1 parent 4819b8b commit a4335e8
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
16 changes: 15 additions & 1 deletion docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,21 @@ Changelog

Release 0.6
------------
* added new setting PROJECT_APPS_PATH for local apps, so that you can put an apps folder in your project.

**Changes from 0.5**
* Bundles are now just .zip files instead of .pybundles. Just rename any existing .pybundles or re-run bundle
* ROOT_DISABLED setting has been named DISABLE_ROOT instead.
* changed the name of the function deploy_public to deploy_media

**New Features**
* added new setting PROJECT_APPS_PATH for local apps, so that you can put an apps folder under your project folder.
* can now name your distribution differently from your project name
* --overwrite option in deploy to completely remove an existing virtualenv
* handles simple multi database, multi site migrations

**Bug fixes**
* fix an issue where you had to name your database after your project
* fix an issue when there is no files in a directory to deploy

Release 0.5.3 (9-Nov-2010)
---------------------------
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorial.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Tutorial
========

The very simplest project is the best way to illustrate how to get started with woven.
A simple project is the best way to illustrate how to get started with woven.

Starting the project
--------------------
Expand Down

0 comments on commit a4335e8

Please sign in to comment.