Clarify a note in NEWS.md

This commit is contained in:
John Wiegley 2017-12-07 13:22:57 -08:00
parent 8fefa49d39
commit 8cf7b17dae

View file

@ -25,10 +25,8 @@
you had previously customized this (or were an extension author adding to
this list), you may need to rework your changes.
- For extension authors, the way `:commands` are propagated down for
autoloading has changed. They used to be passed through the `state`
parameter, but are now done as an extension to `rest`. Please see
`use-package-handler/:bind` for a canonical example.
- For extension authors, `:commands` should no longer be propagated down for
autoloading. See more below.
### Other changes