Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarpsvo committed Apr 29, 2022
1 parent bc92f0e commit b682efc
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,19 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [4.0.4] - 29-04-2022

### Changed

- Removed loadViewsFrom() call from ServiceProvider
- Fixed memory cache not clearing after settings update
- Updated packages

## [4.0.3] - 25-04-2022

### Changed

- Changed `empty` check to `isset` when loading settings to allow negative but defined values.
- Changed `empty` check to `isset` when loading settings to allow negative but defined values

## [4.0.2] - 08-04-2022

Expand Down

0 comments on commit b682efc

Please sign in to comment.