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.
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
55and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
66
7+ ## [ 0.2.29] - 18 Feb 2018
8+ ### Added
9+ - hash collision detection and prevetion.
10+
711## [ 0.2.28] - 18 Feb 2018
812### Changed
913- disabling of cache from using session to use cache-key instead.
Original file line number Diff line number Diff line change 33use GeneaLabs \LaravelModelCaching \CacheKey ;
44use GeneaLabs \LaravelModelCaching \CacheTags ;
55use GeneaLabs \LaravelModelCaching \CachedModel ;
6- use Illuminate \Support \Facades \Cache ;
76use Illuminate \Cache \TaggableStore ;
87use Illuminate \Database \Query \Builder ;
98use Illuminate \Database \Eloquent \Builder as EloquentBuilder ;
You can’t perform that action at this time.
0 commit comments