From 182b80dfd77d016ca04a2959eed5a84af1a49feb Mon Sep 17 00:00:00 2001 From: Murilo Pereira Date: Mon, 13 Aug 2018 00:05:12 +0200 Subject: [PATCH] Add CHANGELOG. --- CHANGELOG.org | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 CHANGELOG.org diff --git a/CHANGELOG.org b/CHANGELOG.org new file mode 100644 index 0000000..a00105c --- /dev/null +++ b/CHANGELOG.org @@ -0,0 +1,12 @@ +* CHANGELOG + +** [[https://github.com/mpereira/tty-solitaire/releases/tag/v1.1.0][v1.1.0]] (2018-08-12) +*** Features + - ~M~ and ~N~ select and deselect (respectively) all cards in a stack. [[https://github.com/mpereira/tty-solitaire/pull/20][(#20]]) + - Game now automatically detects a "win" situation. [[https://github.com/mpereira/tty-solitaire/pull/23][(#23]]) +*** Improvements + - Version is now stored in the binary instead of a text file. [[https://github.com/mpereira/tty-solitaire/pull/26][(#26]]) + - Some compiler and linker flags are now overridable. [[https://github.com/mpereira/tty-solitaire/pull/15][(#15]]) + +** [[https://github.com/mpereira/tty-solitaire/releases/tag/v1.0.0][v1.0.0]] (2017-01-07) + - Initial release.