From 214ff556e598b6ae2372fa9697a60528ba565d72 Mon Sep 17 00:00:00 2001 From: Matt Heon Date: Mon, 22 Jan 2024 15:02:12 -0500 Subject: [PATCH] Fix a small grammar error in RELEASE_NOTES.md Signed-off-by: Matt Heon --- RELEASE_NOTES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index d005d40b3a..bbcdd4d272 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -3,7 +3,7 @@ ## 4.9.0 ### Features - The `podman farm` suite of commands for multi-architecture builds is now fully enabled and documented. -- Add a network recovery service to Podman Machine VMs using the QEMU backend to detect and recover from an inoperable host networking issues experienced by Mac users when ran for long periods of time +- Add a network recovery service to Podman Machine VMs using the QEMU backend to detect and recover from an inoperable host networking issues experienced by Mac users when running for long periods of time. ### Bugfixes - Fixed a bug where the HyperV provider for `podman machine` did not forward the API socket to the host machine.