From 4a4964a69f0a815ef1a4f8c5fc4cabe2e52e5067 Mon Sep 17 00:00:00 2001 From: Duncan Coutts <duncan@community.haskell.org> Date: Mon, 29 Jun 2015 03:29:27 +0100 Subject: [PATCH] Add changelog entries for new HTTPS support --- cabal-install/changelog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/cabal-install/changelog b/cabal-install/changelog index 4f15213e85..83b0945bc9 100644 --- a/cabal-install/changelog +++ b/cabal-install/changelog @@ -11,6 +11,12 @@ * New 'cabal install' option: '--offline' (#2578). * Accept 'builddir' field in cabal.config (#2484) * Read 'builddir' option from 'CABAL_BUILDDIR' environment variable + * Remote repos may now be configured to use https URLs + * Install target URLs can now use https + e.g. cabal install https://example.com/foo-1.0.tar.gz + * Automatically use https for cabal upload for the main + hackage.haskell.org (other repos will use whatever they are + configured to use) 1.22.0.0 Johan Tibell <johan.tibell@gmail.com> January 2015 * New command: user-config (#2159). -- GitLab