From 05a0fa68d38c4d27f3cae33aa4abf2ed470e28bd Mon Sep 17 00:00:00 2001 From: Sonny Scroggin Date: Thu, 26 Jan 2017 16:43:49 -0600 Subject: [PATCH] changelog --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b4a630..dca7b56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +# v0.8.3 (2017-01-26) + +* Fix compile-time warnings for Elixir 1.4 +* Fix dialyzer warnings on `@type params` +* Fix `content-type` resolving when there are multiple params +* Return the same refresh token unless a new one is provided +* Raise an exception when missing serializer configuration + ## v0.8.2 (2016-11-22) ### Bug Fixes