changelog entry

This commit is contained in:
Ruslan Talpa
2016-02-29 13:59:04 +02:00
parent 0548d65911
commit 155d1dee6b
+1
View File
@@ -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