From 9be995fcf074222a76646f27a8d29a01bdd1b11e Mon Sep 17 00:00:00 2001 From: Richard North Date: Thu, 7 Dec 2017 22:40:27 +0000 Subject: [PATCH] Update changelog to reflect probable fix for #466 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ed173c7fd9..9a0d764da7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ All notable changes to this project will be documented in this file. - Stopping creation of temporary directory prior to creating temporary file (#443) - Ensure that temp files are created in a temp directory (#423) - Added `WaitAllStrategy` as a mechanism for composing multiple startup `WaitStrategy` objects together -- Changed `BrowserWebDriverContainer` to use improved wait strategies, to eliminate race conditions when starting VNC recording containers. This should lead to far fewer 'error' messages logged when starting up selenium containers. +- Changed `BrowserWebDriverContainer` to use improved wait strategies, to eliminate race conditions when starting VNC recording containers. This should lead to far fewer 'error' messages logged when starting up selenium containers, and less exposure to race related bugs (fixes #466). ### Changed - Make Network instances reusable (i.e. work with `@ClassRule`) ([\#469](https://github.com/testcontainers/testcontainers-java/issues/469))