RPC and Stack

This commit is contained in:
Joe Nelson
2015-08-20 22:37:19 -07:00
parent cdac6d385c
commit 8e319321c9
+2
View File
@@ -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