From f8e859f844dfbc2fb4a5cef5fd265de258af4366 Mon Sep 17 00:00:00 2001 From: "Dax T. Games" Date: Sun, 7 Jul 2019 14:05:14 -0400 Subject: [PATCH] changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7543a5a..97759c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,12 @@ ### Fixes +* Pull Request: [#2122](https://github.com/cmderdev/cmder/pull/2122) + * Restore old `alias.cmd` without `create` syntax because it did not work in all situations. +* Pull Request: [#2113](https://github.com/cmderdev/cmder/pull/2113) + * Add `vendor\bin\vscode_init.cmd` for use with Visual Studio Code + * Fixes [#2118](https://github.com/cmderdev/cmder/issues/2118) + * Fixes [#1985](https://github.com/cmderdev/cmder/issues/1985) * Pull Request: [#2106](https://github.com/cmderdev/cmder/pull/2106) * Portable Git requires running `post-install.bat` which deletes itself when done. This was not happening. * Resolves [#2105](https://github.com/cmderdev/cmder/issues/2105)