From 91e7955e8c5ad1a5aa2f5a97047ce52013c82f20 Mon Sep 17 00:00:00 2001 From: Eli Young Date: Sun, 22 Feb 2015 02:40:07 -0800 Subject: [PATCH] Add change log --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..eba3305 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,12 @@ +# Change log +All notable changes to this poject will be documented in this file. +This project adheres to [Semantic Versioning][semver]. + +## [1.0.0] - 2015-02-22 +### Added +- Vim plugin to add files to Vim's recent documents list. +- DLL dependency that calls `SHAddToRecentDocs()`. +- Visual Studio solution to compile DLL dependency. + +[semver]: http://semver.org/spec/v2.0.0.html +[1.0.0]: https://github.com/elyscape/vim-winjumplist/compare/075b255...v1.0.0