Skip to content

Commit 3a00ada

Browse files
committed
add changelog
1 parent 35fa843 commit 3a00ada

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

core/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33
All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/).
44
In order to read more about upgrading and BC breaks have a look at the [UPGRADE Document](UPGRADE.md).
55

6-
## 2.1.0
6+
## 2.1.0 (27. April 2022)
77

8+
+ [#2123](https://github.com/luyadev/luya/pull/2123) Added new property `$events` to add custom events in `luya\behaviors\JsonBehavior`. F.e `['class' => JsonBehavior::class, 'events' => [NgRestModel::EVENT_AFTER_NGREST_FIND => 'decodeAttributes']]`.
89
+ [#2118](https://github.com/luyadev/luya/pull/2118) Removed conflicting `$attributeLabels` property from DynamicModel (Yii provides this option since 2.0.35, therefore not required by LUYA anymore).
910

1011
## 2.0.2 (7. December 2021)

0 commit comments

Comments
 (0)