From de7eecb166b725b0ae95063f23fe53933f2ac57a Mon Sep 17 00:00:00 2001 From: Joe Nelson Date: Mon, 16 Mar 2015 21:11:57 -0700 Subject: [PATCH] Document fix from pull request --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f53e13eb1..4accbca5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). - Filter nulls, `?col=is.null` and `?col=isnot.null` ### Fixed - Allow NULL values in posts +- Show full command line usage on param errors ## [0.2.7.0] - 2015-03-03 ### Added