### Other changes
+- Upgrade license to GPL 3.
- New `:hook` keyword.
-- Documentation added for the `:after`, `:defer-install`, `:delight`,
- `:requires`, `:when` and `:unless` keywords.
-- When use-package-inject-hooks is non-nil, always fire init/config hooks.
-- Print key bindings for keymaps in `describe-personal-keybindings`.
-- Allow `:diminish` to take no arguments.
-- Add `:custom (foo1 bar1) (foo2 bar2)` etc., and `:custom-face`.
-- Add `:magic` and `:magic-fallback` keywords.
-- Add `:defer-install` keyword.
+- New keywords `:custom (foo1 bar1) (foo2 bar2)` etc., and `:custom-face`.
+- New `:magic` and `:magic-fallback` keywords.
+- New `:defer-install` keyword.
- New customization variable `use-package-enable-imenu-support`.
-- Upgrade license to GPL 3.
-- `:bind (:map foo-map ...)` now defers binding in the map until the package
- has been loaded.
+- Allow `:diminish` to take no arguments.
- Support multiple symbols passed to `:after`, and a mini-DSL using `:all` and
`:any`.
- `:mode` and `:interpreter` can now accept `(rx ...)` forms.
+- `:bind (:map foo-map ...)` now defers binding in the map until the package
+ has been loaded.
+- Print key bindings for keymaps in `describe-personal-keybindings`.
+- When `use-package-inject-hooks` is non-nil, always fire `:init` and
+ `:config` hooks.
+- Documentation added for the `:after`, `:defer-install`, `:delight`,
+ `:requires`, `:when` and `:unless` keywords.
### Bug fixes