Adds fix to changelog

This commit is contained in:
Diogo Biazus
2015-09-01 15:58:07 -04:00
parent 89c581816e
commit 922aa702a2
+5
View File
@@ -3,6 +3,11 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## Unreleased
### Fixed
- Accepts */* in Accept header - @diogob
## [0.2.11.0] - 2015-08-28
### Added
- Negate any filter in a uniform way, e.g. `?col=not.eq=foo` - @diogob