Skip to content

Commit df04135

Browse files
committed
changelog: v3
1 parent 5633648 commit df04135

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,21 @@
11
# Change Log
22
All notable changes to this project will be documented in this file.
33

4-
## Upcoming
4+
## 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)
519

620
## v3.0.0-3 - 16th, Sep 2017
721

0 commit comments

Comments
 (0)