Skip to content

Commit

Permalink
Added changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil Sturgeon committed Sep 12, 2012
1 parent 8197231 commit b13a810
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ This means your URLs can look like this:
http://example.com/books.json
http://example.com/books?format=json

Alternatively (and recommend) is using the HTTP `Accept` header, which is built for this purpose:
This can be flaky with URI segments, so the recommend approach is using the HTTP `Accept` header:

$ curl -H "Accept: application/json" http://example.com

Expand Down Expand Up @@ -148,6 +148,17 @@ By default, the HTTP will be `X-API-KEY`. This can be configured in **config/res

## Change Log

### 2.6.1

* Update CodeIgniter files to 2.1.2
* Log Table support for IPv6 & NULL parameters
* Abstract out the processes of firing a controller method within _remap() to an separate method
* Moved GET, POST, PUT, and DELETE parsing to separate methods, allowing them to be overridden as needed
* Small bugfix for a PHP 5.3 strlen error
* Fixed some PHP 5.4 warnings
* Fix for bug in Format.php's to_html() which failed to detect if $data was really a multidimensional array.
* Fix for empty node on XML output format, for false = 0, true = 1.

### 2.6.0

* Added loads of PHPDoc comments.
Expand Down

0 comments on commit b13a810

Please sign in to comment.