From 392d7f00aec7f6d2a11350d3799df58bda1f7129 Mon Sep 17 00:00:00 2001 From: Carlos Alandete Sastre Date: Mon, 30 Dec 2019 23:33:48 +0100 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 694325d9..e051793c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # Changelog All notable changes to this project will be documented in this file. +## 0.5.3 +- Added `CanOnlyImplement` and `MustOnlyImplement` rule types +- Added `CanOnlyInclude` and `MustOnlyInclude` rule type +- Added `CanOnlyDepend` and `MustOnlyDepend` rule types +- Added `CanOnlyExtend` rule type +- Modified statements now check all the defined relations of a class +- Fixed native PHP classes not correctly found + ## 0.5.2 - Added `Selector::implementInterface` to select classes that implement a certain interface - Added `Selector::extendClass` to select classes that extend a certain class