Update changelog, remove debugging

This commit is contained in:
Joe Nelson
2015-05-12 10:55:51 -07:00
parent 709e70561f
commit e35ad0f340
2 changed files with 5 additions and 4 deletions
+4 -1
View File
@@ -5,7 +5,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## unreleased
- Allow nested objects and arrays in JSON post for jsonb columns
- Return 404 if no records updated by PATCH
- Return range headers in PATCH
- Return PATCHed resources if header "Prefer: return=representation"
- Allow nested objects and arrays in JSON post for jsonb columns
## [0.2.8.0] - 2015-04-17
### Added