diff --git a/CHANGELOG.md b/CHANGELOG.md index d5b5cf9..ceeb10b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,3 +9,7 @@ All notable changes to this project will be documented in this file. See [standa ### Bug Fixes * resolution of extensions with weak handling ([f29a97b](https://github.com/medikoo/memoizee/commit/f29a97b)), closes [#79](https://github.com/medikoo/memoizee/issues/79) + +## Old changelog + +See `CHANGES` \ No newline at end of file diff --git a/CHANGES b/CHANGES index ac2e44c..618179b 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,5 @@ +-- For new changelog see CHANGELOG.md + v0.4.4 -- 2017.03.15 * Expose _get and _has methods. It provides temporary means for better cache inspection until v1 is delivered