From 88c903e6ba46894328ed3411c73aab9ae27b164b Mon Sep 17 00:00:00 2001 From: Mark Stemm Date: Tue, 17 May 2016 11:26:22 -0700 Subject: [PATCH] Initial CHANGELOG. This will contain the changes for each release. --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..b61f5911 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,11 @@ +# Change Log + +This file documents all notable changes to Falco. The release numbering uses [semantic versioning](http://semver.org). + +## v0.0.1 + +Released 2016-05-17 + +### Major Changes + +- Initial release. Subsequent releases will have "Major Changes", "Minor Changes", and "Bug Fixes" sections, with links to github issues/pull requests as appropriate.