summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Heon <matthew.heon@pm.me>2019-05-28 14:04:59 -0400
committerMatthew Heon <matthew.heon@pm.me>2019-05-28 14:04:59 -0400
commit892e22371b5456b1bba48891f883e153da63e470 (patch)
treecedd55e519235d0ebeda7066f11b4ea7f81be867
parent43080bed0ba49daa13b1d194716c1bb73ca7f813 (diff)
downloadpodman-892e22371b5456b1bba48891f883e153da63e470.tar.gz
podman-892e22371b5456b1bba48891f883e153da63e470.tar.bz2
podman-892e22371b5456b1bba48891f883e153da63e470.zip
Update release notes
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 109b61862..6a779ede3 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -1,5 +1,9 @@
# Release Notes
+## 1.3.2
+### Bugfixes
+- Fixed a bug where Podman would fail to run if a volume was mounted over an image volume
+
## 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.