From 303df2b3d21e01c27fef24e23cd037081a3b8243 Mon Sep 17 00:00:00 2001 From: Juan Ignacio Fiorentino Date: Wed, 22 Apr 2015 11:48:47 -0300 Subject: [PATCH] Update CHANGELOG. --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 837bdc8..f72f1eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file. ### [Unreleased] +#### Added +- Initial migrations. + ##### Fixed - Important bug with id_token when using implicit flow. - Validate Code expiration in Auth Code Flow.