diff options
author | Matthew Heon <matthew.heon@pm.me> | 2019-06-07 15:16:12 -0400 |
---|---|---|
committer | Matthew Heon <matthew.heon@pm.me> | 2019-06-07 15:16:12 -0400 |
commit | b2283de0b89c84d2aaa9c1d1e6404a751bcc7842 (patch) | |
tree | a8e5a1703e3065c878476875aa7dbb1701173487 | |
parent | bcc89e9d087c13ff9de3194bda85657465e9daef (diff) | |
download | podman-b2283de0b89c84d2aaa9c1d1e6404a751bcc7842.tar.gz podman-b2283de0b89c84d2aaa9c1d1e6404a751bcc7842.tar.bz2 podman-b2283de0b89c84d2aaa9c1d1e6404a751bcc7842.zip |
Update release notes for v1.4.0
Signed-off-by: Matthew Heon <matthew.heon@pm.me>
-rw-r--r-- | RELEASE_NOTES.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 5eb85d0bc..45b1e4425 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,9 @@ # Release Notes +## 1.4.0 +### Features +- + ## 1.3.1 ### Features - The `podman cp` command can now read input redirected to `STDIN`, and output to `STDOUT` instead of a file, using `-` instead of an argument. |