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