From 34f59b89928f3cc2c44b14ec2c5dbad251228e62 Mon Sep 17 00:00:00 2001 From: Mike Bronner Date: Tue, 3 Oct 2017 15:33:09 -0700 Subject: [PATCH] Update changelog --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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.