From 2b670675fa9c32c7f6bfae8e3c599de1104dc035 Mon Sep 17 00:00:00 2001 From: Angel Guevara Date: Wed, 17 Oct 2018 10:30:12 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 48c2a5a..c897047 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,20 @@ Yii2 ROA Library ================ +0.4.1 October 10, 2018 +---------------------- + +- [Bug] `ProfileResource` supports options action for the OPTIONS verb. +- [Enh] Simplified `ProfileResource` by extending `yii\rest\Controller` + directly eliminating the need of several methods. +- [Bug] `Resource` and `ProfileResource` has unpredictable errors when + searching for unexisten actions or matching verbs and actions. +- [Bug] `Resource` and `ProfileResource` now use + `yii\filters\VerbFilter` to handle when a verb is not supported. +- [ENh] `tecnocen\roa\hal\Contract` and + `tecnocen\roa\hal\ContractTrait` define and provide a simple + implementation of a Hal contrat for ROA services. + 0.4.0 September 03, 2018 ------------------------