From 0f91f7738c7ba86c713d1853179118534deb163d Mon Sep 17 00:00:00 2001 From: Sam Bisbee Date: Mon, 23 May 2011 17:44:34 -0400 Subject: [PATCH] CHANGELOG entry for examples/ --- CHANGELOG | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 7622662..aec2dad 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -6,6 +6,10 @@ Version 0.5.0 New Features + * Added the examples/ directory with an example of how one could store PHP + session data in CouchDB. Related blog post: + http://weblog.bocoup.com/storing-php-sessions-in-couchdb + Fixed Bugs * All query parameters are now properly URL encoded. However, developers must