Skip to content

Commit

Permalink
udpate for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul M. Jones committed Nov 7, 2014
1 parent 89bffbc commit 2a29c53
Showing 1 changed file with 3 additions and 22 deletions.
25 changes: 3 additions & 22 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,5 @@
- Convert to PSR-4 autoloading.
- DOC: Update README and docblocks.

- Add back PHP 5.3 compatibility.
- ADD: Request\Content::getCharset() functionality; fixes #45

- Honor host from 'HTTP_HOST' and 'SERVER_NAME'.

- Converted to class-based configuration for Aura projects, and use the updated
service naming rules.

- Add a ResponseSender class for easy sending of Response objects: after sending
headers and cookies, if the content is a callable, the callable is invoked and
echoed, otherwise the content is just echoed.

- Deal with a bug in the PHP built-in server to determine content type and
length.

- Use the proper content-type for the .csv extension.

- The Request Values object now has getBool(), getInt(), and getFloat(); these
cast the request value appropriately.

- Extract Accept-related functionality to Aura.Accept package.

- README and docblock updates.
- CHG: Disable auto-resolve for container tests and make config more explicit

0 comments on commit 2a29c53

Please sign in to comment.