chore: switch to new changelog format

This commit is contained in:
Mariusz Nowak
2017-05-10 08:41:38 +02:00
parent 7aff16c1e3
commit 3e1d094289
2 changed files with 6 additions and 0 deletions

View File

@@ -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`

View File

@@ -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