Skip to content

Commit 99a21ec

Browse files
authored
Updated change log (#26)
1 parent f5b8fb5 commit 99a21ec

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

Changelog.md

+8-3
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,25 @@ composer.json. So you need to re-add the adapters you were using.
99

1010
- Added support for Symfony 4.
1111
- Added tests
12-
- Support for many storage names with the same type.
12+
- Support for many storage names with the same type.
13+
- Added commands for backup and restore
14+
- Support for `ignoreTables` on MySQL databases.
15+
- Added config `output_file_prefix`.
16+
- Support for DropboxV2
1317

1418
### Changes
1519

1620
- You have to `composer require` for the adapter you want to use. Nothing is included by default.
21+
- The storage and database type is case-sensitive.
1722

1823
### Removed
1924

20-
- Support for Symfony < 2.7.
25+
- Support for Symfony < 2.7.
2126

2227
## 1.1.0
2328

2429
Support for Symfony 3.1.
2530

2631
## 1.0.0
2732

28-
First release.
33+
First release.

0 commit comments

Comments
 (0)