From 5477b7812dccca626d268181abb20ddd19d94968 Mon Sep 17 00:00:00 2001 From: "Dax T. Games" Date: Sun, 18 Aug 2019 17:39:29 -0400 Subject: [PATCH] Re-arrange CHANGELOG.md. --- CHANGELOG.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 97759c0..cec29b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,6 @@ ## [Unreleased] -* Question issue: [#2094](https://github.com/cmderdev/cmder/issues/2094) -* Pull Request : [#2096](https://github.com/cmderdev/cmder/pull/2096) - * New argument created to ConEmu forwarding arguments. - * Syntax: `/x [ConEmu extras arguments]` - * e.g.: `Cmder.exe /x "-min -tsa"` - ### Fixes * Pull Request: [#2122](https://github.com/cmderdev/cmder/pull/2122) @@ -35,6 +29,11 @@ ### Adds +* Pull Request : [#2096](https://github.com/cmderdev/cmder/pull/2096) + * Question issue: [#2094](https://github.com/cmderdev/cmder/issues/2094) + * New argument created to ConEmu forwarding arguments. + * Syntax: `/x [ConEmu extras arguments]` + * e.g.: `Cmder.exe /x "-min -tsa"` * Pull Request: [#2072](https://github.com/cmderdev/cmder/pull/2072) * New alias create [alias] [alias command] syntax * Based on [#1750](https://github.com/cmderdev/cmder/pull/1750)