File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## [ 0.2.29] - 18 Feb 2018
8
+ ### Added
9
+ - hash collision detection and prevetion.
10
+
7
11
## [ 0.2.28] - 18 Feb 2018
8
12
### Changed
9
13
- disabling of cache from using session to use cache-key instead.
Original file line number Diff line number Diff line change 3
3
use GeneaLabs \LaravelModelCaching \CacheKey ;
4
4
use GeneaLabs \LaravelModelCaching \CacheTags ;
5
5
use GeneaLabs \LaravelModelCaching \CachedModel ;
6
- use Illuminate \Support \Facades \Cache ;
7
6
use Illuminate \Cache \TaggableStore ;
8
7
use Illuminate \Database \Query \Builder ;
9
8
use Illuminate \Database \Eloquent \Builder as EloquentBuilder ;
You can’t perform that action at this time.
0 commit comments