From 97f3ebb95a493d7c17b98d4f1b5e0c37c04911a7 Mon Sep 17 00:00:00 2001 From: StartAutomating Date: Wed, 8 Feb 2023 04:26:50 +0000 Subject: [PATCH] Updating docs --- docs/CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index df4fe149..bcedbf8f 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,14 @@ +## 0.3.6: + +* git log + * Supporting --stat (Fixes #123) + * Supporting --shortstat (Fixes #102) + * Adding .GitOutputLines (Fixes #122) +* git diff + * Fixing subdirectory issue (Fixes #121) + +--- + ## 0.3.5: * Use-Git: Fixing pipeline behavior for non-file input (Fixes #119)