From 66c10573739d524bcb15a1b9e8f22117a27a67ad Mon Sep 17 00:00:00 2001 From: "Barry vd. Heuvel" Date: Tue, 1 Mar 2016 15:29:49 +0100 Subject: [PATCH] Add changelog entry for #4970 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 69b870216..8df8d739e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ ### [1.0.0-beta1] - 2016-XX-XX * Break: By default we now disable any non-secure protocols (http, git, svn). This may lead to issues if you rely on those. See `secure-http` config option. + * Break: `show` / `list` command now only show installed packages by default. An `--all` option is added to show all packages. * Added VCS repo support for the GitLab API, see also `gitlab-oauth` and `gitlab-domains` config options * Added `prohibits` / `why-not` command to show what blocks an upgrade to a given package:version pair * Added --tree / -t to the `show` command to see all your installed packages in a tree view