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)