Skip to content

Commit 135da1b

Browse files
committed
Update changelog to reference #400
Misc wording/style changes to latest changelog entries
1 parent 56513a4 commit 135da1b

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

CHANGELOG.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,18 @@
22
All notable changes to this project will be documented in this file.
33

44
## UNRELEASED
5-
### Changed
6-
- 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.
7-
85
### Fixed
96
- Fixed local Docker Compose executable name resolution on Windows (#416)
10-
- Fix TAR composition on Windows (#444)
11-
- Allow `addExposedPort` to be used after ports have been specified with `withExposedPorts` (#453)
12-
- Stop creation of temporary directory prior to creating temporary file (#443)
7+
- Fixed TAR composition on Windows (#444)
8+
- Allowing `addExposedPort` to be used after ports have been specified with `withExposedPorts` (#453)
9+
- Stopping creation of temporary directory prior to creating temporary file (#443)
1310

1411
### Changed
15-
- Load `DockerClientProviderStrategy` via Service Loader (#434, #435)
16-
- Make it possible to specify docker compose container in configuration (#422, #425)
17-
- Clarify wording of pre-flight check messages (#457, #436)
12+
- Changed `DockerClientProviderStrategy` to be loaded via Service Loader (#434, #435)
13+
- Made it possible to specify docker compose container in configuration (#422, #425)
14+
- Clarified wording of pre-flight check messages (#457, #436)
15+
- 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.
16+
- Allowing JDBC containers' username, password and DB name to be customized (#400, #354)
1817

1918

2019
## [1.4.2] - 2017-07-25

0 commit comments

Comments
 (0)