Skip to content

Commit

Permalink
Update changelog to reference #400
Browse files Browse the repository at this point in the history
Misc wording/style changes to latest changelog entries
  • Loading branch information
rnorth committed Sep 18, 2017
1 parent 56513a4 commit 135da1b
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,18 @@
All notable changes to this project will be documented in this file.

## UNRELEASED
### Changed
- Added caching of failure to find a docker daemon, so that subsequent tests fail fast. This is likely to be a significant improvement in situations where there is no docker daemon available, dramatically reducing run time and log output when further attempts to find the docker daemon cannot succeed.

### Fixed
- Fixed local Docker Compose executable name resolution on Windows (#416)
- Fix TAR composition on Windows (#444)
- Allow `addExposedPort` to be used after ports have been specified with `withExposedPorts` (#453)
- Stop creation of temporary directory prior to creating temporary file (#443)
- Fixed TAR composition on Windows (#444)
- Allowing `addExposedPort` to be used after ports have been specified with `withExposedPorts` (#453)
- Stopping creation of temporary directory prior to creating temporary file (#443)

### Changed
- Load `DockerClientProviderStrategy` via Service Loader (#434, #435)
- Make it possible to specify docker compose container in configuration (#422, #425)
- Clarify wording of pre-flight check messages (#457, #436)
- Changed `DockerClientProviderStrategy` to be loaded via Service Loader (#434, #435)
- Made it possible to specify docker compose container in configuration (#422, #425)
- Clarified wording of pre-flight check messages (#457, #436)
- Added caching of failure to find a docker daemon, so that subsequent tests fail fast. This is likely to be a significant improvement in situations where there is no docker daemon available, dramatically reducing run time and log output when further attempts to find the docker daemon cannot succeed.
- Allowing JDBC containers' username, password and DB name to be customized (#400, #354)


## [1.4.2] - 2017-07-25
Expand Down

0 comments on commit 135da1b

Please sign in to comment.