From 2257aac80dbf5782998d04f8540e57642493afd3 Mon Sep 17 00:00:00 2001 From: Mika Tuupola Date: Mon, 30 Sep 2019 12:54:57 +0300 Subject: [PATCH] Document changes --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb137c6..553d24a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ All notable changes to this project will be documented in this file, in reverse ## [3.5.0](https://github.com/tuupola/slim-jwt-auth/compare/3.4.0...master) - unreleased ### Added - Possibility to use `ArrayAccess` objects as the `secret` ([#174](https://github.com/tuupola/slim-jwt-auth/pull/174)). +- Given `regexp` is also used when extracting token from cookie ([#171](https://github.com/tuupola/slim-jwt-auth/pull/171)). ## [3.4.0](https://github.com/tuupola/slim-jwt-auth/compare/3.3.0...3.4.0) - 2019-07-01 ### Added