Skip to content

Commit b13a810

Browse files
author
Phil Sturgeon
committed
Added changelog.
1 parent 8197231 commit b13a810

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ This means your URLs can look like this:
5353
http://example.com/books.json
5454
http://example.com/books?format=json
5555

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

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

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

149149
## Change Log
150150

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

153164
* Added loads of PHPDoc comments.

0 commit comments

Comments
 (0)