From aeb62e75bdfa6411791905d501791843283b1865 Mon Sep 17 00:00:00 2001 From: Joe Nelson Date: Sun, 15 Mar 2015 12:30:17 -0700 Subject: [PATCH] Add nullsfirst to changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0be731a04..22062fcae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## Unreleased +### Added +- Option to specify nulls first or last, eg /people?order=age.desc.nullsfirst + ## [0.2.7.0] - 2015-03-03 ### Added - Server response logging