From 420ce0e7041d6342fdc1ca2c0f6c8a44f6b6c393 Mon Sep 17 00:00:00 2001 From: Matthew Weier O'Phinney Date: Mon, 3 Dec 2018 11:02:31 -0600 Subject: [PATCH] Adds CHANGELOG entry for #316 --- CHANGELOG.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 630d9462..f614bd7e 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. -## 2.2.1 - TBD +## 2.2.1 - 2018-12-03 ### Added @@ -22,7 +22,9 @@ All notable changes to this project will be documented in this file, in reverse ### Fixed -- Nothing. +- [#316](https://github.com/zfcampus/zf-apigility-doctrine/pull/316) updates the `DoctrineResource::fetch()` method to add the `ZF\Apigility\ResourceEvent` + to the generated `DoctrineResourceEvent` prior to triggering the + `EVENT_FETCH_PRE` event, ensuring users have access to all necessary data. ## 2.2.0 - 2018-01-18