Skip to content

Commit

Permalink
Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gggeek committed Aug 3, 2016
1 parent 2053564 commit c6720fc
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions WHATSNEW.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Version 2.0.beta-1
Version 2.0.beta-4
==================

This version is a complete restructuring of the codebase, and brings along with it a few breaking changes.
Expand All @@ -16,7 +16,7 @@ The main changes are:

* the `generate` command takes an optional 2nd argument, it make it easier to create migration definition files with
a meaningful name other than "placeholder".
The options it takes also changed and behave differently from before.
The options it supports also changed and behave differently from before.

* the `status` command displays much more information than before:

Expand All @@ -29,6 +29,9 @@ The main changes are:

* the `update` command has been renamed to `migrate` (but the previous name will be kept as alias for a while)

* a new command `migration` is available. For the moment, it allows simply to delete existing migrations from the database
table, making it possible to retry migrations which previously failed.

* the `migrate` command now prevents concurrent execution of the same migration, stores in the database the reason of
failure of execution, warns of invalid migration definitions before execution, makes proper usage of database
transactions and probably more
Expand Down

0 comments on commit c6720fc

Please sign in to comment.