Skip to content

Commit

Permalink
add changelog info
Browse files Browse the repository at this point in the history
  • Loading branch information
nadar committed Oct 6, 2020
1 parent 393cf1b commit 5adbef8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ In order to read more about upgrading and BC breaks have a look at the [UPGRADE

## 3.7.0

> This release contains a behavior change where MysqlMutex is default instead of FileMutex. Check the [UPGRADE document](UPGRADE.md) to read more about breaking changes.
+ [#576](https://github.com/luyadev/luya-module-admin/pull/576) Use `MysqlMutex` as default Mutex class for the Admin Queue instead of `FileMutex` due to people have problems with file permissiosn when running the queue in cli mode. MysqlMutex is also the better approach when multiple works might run on different workloads.
+ [#575](https://github.com/luyadev/luya-module-admin/pull/575) New hungarian language option.
+ [#574](https://github.com/luyadev/luya-module-admin/pull/574) Add new toasts design (stronger colors).
Expand Down
1 change: 1 addition & 0 deletions UPGRADE.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ This document will help you upgrading from a LUYA admin module version into anot
'queueMutexClass' => 'yii\mutex\FileMutex',
]
]
```

## from 3.1 to 3.2

Expand Down

0 comments on commit 5adbef8

Please sign in to comment.