summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJared Norman <jared@super.gd>2019-06-25 14:49:49 -0700
committerJared Norman <jared@super.gd>2019-06-25 14:49:49 -0700
commitf6fbe918e4471898c6060844a5ab581c885a9b49 (patch)
tree9b209d630b1d21d4b209686e70d4af95a141f13f
parent707db65108006f06a34fee95ed507b0ae855ef57 (diff)
Add logging to changelog
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9d4033f..778a4e0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,8 @@
## master
+- Add support for request/response logging.
+
## 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.