Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosas committed Dec 30, 2019
1 parent db596a7 commit 392d7f0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 392d7f0

Please sign in to comment.