From 8075d7e51aacb619891fb063b035f6cd297280f9 Mon Sep 17 00:00:00 2001 From: Diogo Biazus Date: Sat, 1 Aug 2015 01:21:42 -0400 Subject: [PATCH] Mentions fix in CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f8e945796..e9fd94ddf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### Fixed - Indicate insertable=true for views that are insertable through triggers - Builds under GHC 7.10 +- Allow the use of columns named "count" in relations queried ## [0.2.10.0] - 2015-06-03 ### Added