diff --git a/CHANGELOG.md b/CHANGELOG.md index c8c36a2..ebb05ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,13 +4,17 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## [0.2.3] - 2017-09-29 +## [0.2.4] - 2017-10-03 ### Added - .gitignore file to reduce download size for production environment. ### Fixed - parsing of where clauses with null and notnull. +## [0.2.3] - 2017-10-03 +### Fixed +- parsing of where clauses to account for some edge cases. + ## [0.2.2] - 2017-09-29 ### Added - additional unit tests for checking caching of lazy-loaded relationships.