From ad8700e996a0726ff1045f7232f6f873b1c2e642 Mon Sep 17 00:00:00 2001 From: Joe Nelson Date: Fri, 17 Apr 2015 15:52:57 -0700 Subject: [PATCH] bulk insert in changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0364599de..9abaa9f32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). - Option to specify nulls first or last, eg `/people?order=age.desc.nullsfirst` - Filter nulls, `?col=is.null` and `?col=isnot.null` - Filter within jsonb, `?col->a->>b=eq.c` +- Accept CSV in post body for bulk inserts ### Fixed - Allow NULL values in posts