Skip to content

Commit

Permalink
Release version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arogachev committed Mar 7, 2024
1 parent e7c215b commit 02aa4e1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# Yii RBAC PHP File Storage Change Log

## 2.0.0 under development
## 2.0.0 March 07, 2024

- Enh #90, 91: Use 1 file path argument for storages (@arogachev)
- Chg #63, #76: Raise PHP version to 8.1 (@arogachev)
- Enh #50: Save `Assignment::$createdAt` (@arogachev)
- Enh #51: Save `Item::$createdAt` and `Item::$updatedAt` (@arogachev)
- Enh #52: Handle concurrency when working with storages (@arogachev)
- Enh #63: Improve performance (@arogachev)
- Enh #70, #94: Sync with base package (implement interface methods) (@arogachev)
- Enh #76: Use simple storages for items and assignments from the base `rbac` package (@arogachev)
- Enh #77: Use snake case for item attribute names (ease migration from Yii 2) (@arogachev)
- Enh #51: Save `Item::$createdAt` and `Item::$updatedAt` (@arogachev)
- Enh #50: Save `Assignment::$createdAt` (@arogachev)
- Enh #52: Handle concurrency when working with storages (@arogachev)
- Enh #87: Move handling same names during renaming item in `AssignmentsStorage` to base package (@arogachev)
- Enh #90, 91: Use 1 file path argument for storages (@arogachev)

## 1.0.0 April 08, 2022

Expand Down

0 comments on commit 02aa4e1

Please sign in to comment.