From 72002f452e71bc7bc125aed6985c26379bdbd405 Mon Sep 17 00:00:00 2001 From: Ruslan Talpa Date: Fri, 25 Dec 2015 08:17:52 +0200 Subject: [PATCH] add chengelog entry --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e647fbdc8..96c82b7f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,9 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +#Unreleased +- Fix bug in many-many relation detection - @ruslantalpa + ## [0.3.0.2] - 2015-12-16 ### Fixed @@ -13,7 +16,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). - Fix #396 include records with missing parents - @ruslantalpa - `pgFmtIdent` always quotes #388 - @calebmer - Default schema, changed from `"1"` to `public` - @calebmer -- #414 revert to separate count query +- #414 revert to separate count query - @ruslantalpa - Fix #399, allow inserting in tables with no select privileges using "Prefer: representation=minimal" - @ruslantalpa ### Added