From d2c5bf3ecd228802798d21ff121aa87a0cf25b26 Mon Sep 17 00:00:00 2001
From: divyansh42 <diagrawa@redhat.com>
Date: Wed, 10 Feb 2021 11:20:55 +0530
Subject: [PATCH] Resolve reviews

Signed-off-by: divyansh42 <diagrawa@redhat.com>
---
 CHANGELOG.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 03be549..56d321b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,8 +1,8 @@
 # buildah-build Changelog
 
 ## v2
-- Rename `tag` input to `tags`, and allow you to build multiple tags of the same image
-- Add output parameters `image` and `tags`, and allow you to output image name and multiple tags of the image
+- Rename `tag` input to `tags`, to allow you to build multiple tags of the same image
+- Add outputs `image` and `tags`, which output the image name and all tags of the image that was created
 - (Internal) Add CI checks to the action that includes ESlint, bundle verifier and IO checker
 
 ## v1