diff --git a/CHANGELOG.md b/CHANGELOG.md index 7954f5a..60d4996 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -40,6 +40,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p ## Fixed +- Fixes [#2028](https://github.com/gitkraken/vscode-gitlens/issues/2028) - Branch names with special characters '<' also causes errors on the command line — thanks to [PR #2030](https://github.com/gitkraken/vscode-gitlens/pull/2030) by mcy-kylin ([@mcy-kylin](https://github.com/mcy-kylin)) - Fixes [#2028](https://github.com/gitkraken/vscode-gitlens/issues/2028) - Branch names with special characters like ';$|>' causes errors on the command line (terminal executed git commands) - Fixes [#2021](https://github.com/gitkraken/vscode-gitlens/issues/2021) - GitLab remote provider uses legacy routes — thanks to [PR #2022](https://github.com/gitkraken/vscode-gitlens/pull/2022) by Brian Williams ([@Brcrwilliams](https://github.com/Brcrwilliams)) - Fixes [#1998](https://github.com/gitkraken/vscode-gitlens/issues/1998) - Settings: time format reads 'Example date' instead of 'Example time' — thanks to [PR #1999](https://github.com/gitkraken/vscode-gitlens/pull/1999) by Barney Carroll ([@barneycarroll](https://github.com/barneycarroll)) diff --git a/README.md b/README.md index 5ca9139..5e98462 100644 --- a/README.md +++ b/README.md @@ -1137,6 +1137,7 @@ A big thanks to the people that have contributed to this project: - Cédric Malard ([@cmalard](https://github.com/cmalard)) — [contributions](https://github.com/gitkraken/vscode-gitlens/commits?author=cmalard) - Asif Kamran Malick ([@akmalick](https://github.com/akmalick)) — [contributions](https://github.com/gitkraken/vscode-gitlens/commits?author=akmalick) - Sam Martin ([@smartinio](https://github.com/smartinio)) — [contributions](https://github.com/gitkraken/vscode-gitlens/commits?author=smartinio) +- mcy-kylin ([@mcy-kylin](https://github.com/mcy-kylin)) — [contributions](https://github.com/gitkraken/vscode-gitlens/commits?author=mcy-kylin) - Mark Molinaro ([@markjm](https://github.com/markjm)) — [contributions](https://github.com/gitkraken/vscode-gitlens/commits?author=markjm) - Ahmadou Waly Ndiaye ([@sir-kain](https://github.com/sir-kain)) — [contributions](https://github.com/gitkraken/vscode-gitlens/commits?author=sir-kain) - Nguyen Long Nhat ([@torn4dom4n](https://github.com/torn4dom4n)) — [contributions](https://github.com/gitkraken/vscode-gitlens/commits?author=torn4dom4n)