Skip to content

Commit 3df9572

Browse files
committed
Fix CHANGELOG
1 parent a4fba99 commit 3df9572

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@
33

44
## Breaking Changes
55
- Uses https://github.com/michael-ciniawsky/postcss-load-config for config files. Dropped support for the v2 config file format.
6+
- Can't set input files in config file; pass input files on the command line instead.
67
- `--use` accepts a list of plugins. This may cause issues if you have your list of css files at the end of your command.
78
- Can't pass options to plugins via `--plugin.key=value` anymore, use a config file.
89
- Changed usage of the `--map` option; use `--map` for external sourcemaps, `--no-map` to disable all maps. Inline sourcemaps are default.
9-
- Writes to stdout if neither `-o`, `--dir`, or `--replace` is set.
10+
- Removed `--log` flag; this behavior is now default.
1011
- Removed the `--local-plugins` flag; same result can be achieved with `postcss.config.js`.
1112
- Removed the global `watchCSS` handler, plugins that import/rely on other files should use a `dependency` message instead.
1213

0 commit comments

Comments
 (0)