summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Heon <matthew.heon@pm.me>2019-06-07 15:16:12 -0400
committerMatthew Heon <matthew.heon@pm.me>2019-06-07 15:16:12 -0400
commitb2283de0b89c84d2aaa9c1d1e6404a751bcc7842 (patch)
treea8e5a1703e3065c878476875aa7dbb1701173487
parentbcc89e9d087c13ff9de3194bda85657465e9daef (diff)
downloadpodman-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.md4
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.