Skip to content

Commit d880c4e

Browse files
committed
Update changelog.
1 parent c02b11e commit d880c4e

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7+
## [0.7.3] - 2019-12-22
8+
### Added
9+
- documentation to explain that database transactions are currently not supported.
10+
11+
### Changed
12+
- detection if cache is enabled in the `$model->all()` method. Thanks @titrxw!
13+
714
## [0.7.2] - 2019-10-12
815
### Fixed
916
- improper caching of non-cachable eagerloaded relationships. Now any query with non-cachable eagerloaded relationships will not be cached in its entirety to prevent stale data. Special thanks to @Hornet-Wing for his help in this.

tests/database/baseline.sqlite

0 Bytes
Binary file not shown.

tests/database/testing.sqlite

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)