Skip to content

Commit

Permalink
add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
nadar committed Apr 27, 2022
1 parent 35fa843 commit 3a00ada
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/).
In order to read more about upgrading and BC breaks have a look at the [UPGRADE Document](UPGRADE.md).

## 2.1.0
## 2.1.0 (27. April 2022)

+ [#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']]`.
+ [#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).

## 2.0.2 (7. December 2021)
Expand Down

0 comments on commit 3a00ada

Please sign in to comment.