"Bump 1.23.0-rc1"

Signed-off-by: Joffrey F <joffrey@docker.com>
This commit is contained in:
Joffrey F 2018-09-25 00:46:52 +00:00
parent 936e6971f9
commit ec4ea8d2f1
1 changed files with 1 additions and 3 deletions

View File

@ -4,8 +4,6 @@ Change log
1.23.0 (2018-10-10)
-------------------
### Features
### Important note
The default naming scheme for containers created by Compose in this version
@ -14,7 +12,7 @@ has changed from `<project>_<service>_<index>` to
hexadecimal string. Please make sure to update scripts relying on the old
naming scheme accordingly before upgrading.
### All versions
### Features
- Logs for containers restarting after a crash will now appear in the output
of the `up` and `logs` commands.