From 8e319321c914dd7ec74a66a0d5851b7cfe821a37 Mon Sep 17 00:00:00 2001 From: Joe Nelson Date: Thu, 20 Aug 2015 22:37:19 -0700 Subject: [PATCH] RPC and Stack --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7afcbe4d5..9c928042b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,12 +5,14 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## Unreleased ### Added +- Call stored procedures - Filter NOT IN values, e.g. `?col=notin.1,2,3` - @rall - CSV responses to GET requests with `Accept: text/csv` - @diogob - Debian init scripts - @mkhon - Allow filters by computed columns - @diogob ### Fixed +- Compatible with Stack - Add materialized views to results in GET / - @diogob - Indicate insertable=true for views that are insertable through triggers - @diogob - Builds under GHC 7.10