From 7829f3d224d5b5ca75c31fdd0f928859b7d4a1c8 Mon Sep 17 00:00:00 2001 From: Mark Stosberg Date: Thu, 15 Sep 2016 13:10:09 -0400 Subject: [PATCH] Add CHANGELOG in the expected place and link it to where it's actually maintained. (#2648) Ref: https://github.com/lodash/lodash/issues/875 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 000000000..9b03e3c1b --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,4 @@ + +The Lodash Changelog is maintained on our wiki. + +[https://github.com/lodash/lodash/wiki/Changelog](https://github.com/lodash/lodash/wiki/Changelog).