diff options
author | Jared Norman <jared@super.gd> | 2019-06-25 11:54:15 -0700 |
---|---|---|
committer | Jared Norman <jared@super.gd> | 2019-06-25 11:54:15 -0700 |
commit | 2950a77438e5ab6bc62f8404fdf9689a46cfce7b (patch) | |
tree | 183823eeffa0d17d537c12bc9aa67088bc198f05 /CHANGELOG.md | |
parent | bde4deedf6d7fcc2151469bb92103208a988ffe0 (diff) |
v0.15.0v0.15.0
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 32fb9d5..9d4033f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## master +## v0.15.0 + - Made sure cache key is a string, instead of a giant nested hash/array structure that probably won't get interpreted by Rails well. Still not happy with the caching behaviour, but it's configurable. ## v0.14.0 |