From 3197aef35e78b08e853ea4bcb8f4a4db97a5c0eb34e4110db7141aa24f0cf96d Mon Sep 17 00:00:00 2001 From: Tim Hardeck Date: Tue, 10 Dec 2019 09:37:08 +0000 Subject: [PATCH] Add missing changelog entry for 6.48.0 OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cf-cli?expand=0&rev=96 --- cf-cli.changes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cf-cli.changes b/cf-cli.changes index 98aca3c..6225c4b 100644 --- a/cf-cli.changes +++ b/cf-cli.changes @@ -2,6 +2,8 @@ Thu Dec 5 22:54:46 UTC 2019 - thardeck@suse.com - update to version 6.48.0 + ### Enhancements + - Improve Behavior of --random-route Flag. Increased the size of the namespace used for generating random route names from eight thousand to over five million. This reduces the odds of a name conflict. ### Bug Fixes - Fixes a bug where `cf delete app -r` did not delete routes if you had more than 50 routes associated with the app. [Story](https://www.pivotaltracker.com/story/show/165714515) - Fixes a bug where `cf create-buildpack` would return a misleading error when the buildpack name had invalid characters. [Story](https://www.pivotaltracker.com/story/show/168183422)