We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76a825a commit b655aecCopy full SHA for b655aec
CHANGELOG.md
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6
7
+## [0.2.1] - 2017-09-29
8
+### Added
9
+- additional unit tests for checking caching of lazy-loaded relationships.
10
+
11
+### Fixed
12
+- generation of cache key for queries with where clauses.
13
14
## [0.2.0] - 2017-09-24
15
### Changed
16
- approach to caching things. Completely rewrote the CachedBuilder class.
0 commit comments