From aa22fee9d11dbc090fa6a87b2bd4bfaced1f6712 Mon Sep 17 00:00:00 2001 From: Travis Thieman Date: Mon, 14 Mar 2016 11:54:31 -0400 Subject: [PATCH] Add changelog note for file handles --- docs/changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/changelog.md b/docs/changelog.md index cb58c9c9..7148a739 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -7,6 +7,7 @@ * Added a custom 502 page for apps which use host forwarding. This lets you see the status and logs of your container while you're waiting for its HTTP service to come online * **Misc** * Implemented a [networking fix](https://github.com/docker/machine/pull/3112) the Dusty team implemented in Docker Machine within Dusty + * The daemon now raises its open file handle limit to 8192, which should prevent some OSErrors during parallelized Git operations ## 0.7.0 (February 18, 2016)