From d12b9582a5bd1c7238822ada5dc2d6b33a453e55 Mon Sep 17 00:00:00 2001 From: Matthew Weier O'Phinney Date: Tue, 7 Jan 2020 15:29:20 -0600 Subject: [PATCH] docs: adds CHANGELOG entry for #19 --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f1ab28..9da7b45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file, in reverse chronological order by release. -## 1.5.1 - TBD +## 1.5.1 - 2020-01-07 ### Added @@ -22,6 +22,8 @@ All notable changes to this project will be documented in this file, in reverse ### Fixed +- [#19](https://github.com/laminas-api-tools/api-tools-oauth2/pull/19) adds a missing `

` opening tag to the receive-code template. + - Renames the `view/zf/` directory to `view/laminas/`, which is where the code was expecting it following migration. ## 1.5.0 - 2018-05-07