From c6956d0ff6db6689d75d72e9eb561ecc7839e045 Mon Sep 17 00:00:00 2001 From: Diogo Biazus Date: Wed, 28 Oct 2015 09:17:25 -0400 Subject: [PATCH] Adds fix to CHANGELOG --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c1b9a31b8..d897b9f40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## Unreleased + +### Fixed +- Return empty array instead of 500 when a set returning function returns an empty result set - @diogob + ## [0.2.12.0] - 2015-10-25 ### Added