From d92fb3b6cfd9952f9d7218e2b9ae8adb4fafe88f Mon Sep 17 00:00:00 2001 From: Christoph Kappestein Date: Sun, 22 Mar 2015 12:33:08 +0100 Subject: [PATCH] update changelog --- changelog.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/changelog.txt b/changelog.txt index fae77a6c..234dd3d6 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,4 +1,20 @@ +0.9.7 +* Added record graph traverser class and various visitor implementations which + are used to produce data from an object graph +* Improved internal data representation for incoming and outgoing data +* Added content type aware fallback template generator and move fallback + generation to the html writer +* Improved request factory added automatic protocol detection if "psx_url" is + i.e. //foo.com and use buffered reader for request body +* Table abstract returns now record classes instead of associative arrays +* Log request and response body if in debug mode +* Added jsonx support +* Improved streams and added buffered stream implementation +* Added logcaster monolog listener +* Updated PSR http-message to the current version of the spec +* Changed license from GPLv3 to Apache 2.0 + 0.9.6 * Improved documentation * Added raml generator