File tree 2 files changed +5
-1
lines changed
2 files changed +5
-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.24] - 16 Feb 2018
8
+ ### Fixed
9
+ - whereNotIn query caching.
10
+
7
11
## [ 0.2.23] - 13 Feb 2018
8
12
### Fixed
9
13
- whereBetween and value bindings parsing.
Original file line number Diff line number Diff line change @@ -799,7 +799,7 @@ public function testWhereNotInResults()
799
799
$ books = (new Book )
800
800
->whereNotIn ('id ' , [1 , 2 ])
801
801
->get ();
802
- $ key = sha1 ('genealabslaravelmodelcachingtestsfixturesbook-id_in_1_2 ' );
802
+ $ key = sha1 ('genealabslaravelmodelcachingtestsfixturesbook-id_notin_1_2 ' );
803
803
$ tags = [
804
804
'genealabslaravelmodelcachingtestsfixturesbook ' ,
805
805
];
You can’t perform that action at this time.
0 commit comments