From 81033fba759f2f95cd2433b5930dfec0a7ee571e Mon Sep 17 00:00:00 2001 From: Ash Clarke Date: Tue, 27 Nov 2018 11:15:53 +0000 Subject: [PATCH] Update CHANGELOG.md - Surround `:smile:` with code backticks, as this gets parsed in GitHub. --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d004fca..0485835 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -150,7 +150,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p ### Added -- Adds emoji support, e.g. :smile: in commit messages will now be 😃 — closes [#429](https://github.com/eamodio/vscode-gitlens/issues/429) +- Adds emoji support, e.g. `:smile:` in commit messages will now be 😃 — closes [#429](https://github.com/eamodio/vscode-gitlens/issues/429) - Adds _Compare with Selected_ and _Select for Compare_ commands to file nodes in the _GitLens_, _GitLens File History_, and _GitLens Results_ explorers — closes [#446](https://github.com/eamodio/vscode-gitlens/issues/446) - Adds `gitlens.historyExplorer.avatars` setting to specify whether to show avatar images instead of status icons in the `GitLens File History` explorer — allows for an independent value from the other explorers