We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5633648 commit df04135Copy full SHA for df04135
CHANGELOG.md
@@ -1,7 +1,21 @@
1
# Change Log
2
All notable changes to this project will be documented in this file.
3
4
-## Upcoming
+## Future
5
+
6
+## v3.0.0 - 23rd, Sep 2017
7
8
+### Fixed
9
+ - `db:create/drop` should properly quote database name [#545](https://github.com/sequelize/cli/issues/545)
10
11
+### Added
12
+ - `--debug` support, print full stack for errors, when available [#552](https://github.com/sequelize/cli/pull/552)
13
14
+### Changed
15
+ - All errors are now properly formatted and outputted to `console.error` [#552](https://github.com/sequelize/cli/pull/552)
16
17
+### Internal
18
+ - Refactor to use centralized `log/error/warn` methods [#552](https://github.com/sequelize/cli/pull/552)
19
20
## v3.0.0-3 - 16th, Sep 2017
21
0 commit comments