From 155d1dee6b9e230abd83291564bb97a2ae36db75 Mon Sep 17 00:00:00 2001 From: Ruslan Talpa Date: Mon, 29 Feb 2016 13:59:04 +0200 Subject: [PATCH] changelog entry --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 24b704c2b..64e91d639 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### Fixed - Prevent query error from infecting later connection - @begriffs, @ruslantalpa, @nikita-volkov, @jwiegley +- Relation detection fix for views that depend on multiple tables - @ruslantalpa ### Added - Applies range headers to RPC calls - @diogob