From 5807b41997c9f9a528ae9df3badebcb1d9874af8 Mon Sep 17 00:00:00 2001 From: Joe Nelson Date: Sat, 4 Apr 2015 18:33:08 -0700 Subject: [PATCH] Add jsonb to changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f93923ab..0364599de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### Added - 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` ### Fixed - Allow NULL values in posts