From 2cbfa9b0226ca7e1ba17b1ce89997f918f8db664 Mon Sep 17 00:00:00 2001 From: n-dusan Date: Thu, 4 Aug 2022 17:14:29 +0200 Subject: [PATCH] chore: changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5aafdf49..7a9b5c9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,10 +24,12 @@ and this project adheres to [Semantic Versioning][semver]. ### Fixed +- Do not remove authentication repository folder when running `taf repo validate` ([267]) - fix git push - remove pygit2 push implementation which does not fully support ssh ([263]) - Warn when git object cleanup fails (`idx`,`pack`) and include cleanup warning message ([259]) +[267]: https://github.com/openlawlibrary/taf/pull/267 [266]: https://github.com/openlawlibrary/taf/pull/266 [263]: https://github.com/openlawlibrary/taf/pull/263 [261]: https://github.com/openlawlibrary/taf/pull/261