From a37ad20df4f52d1802103257a9b099cd7488372d Mon Sep 17 00:00:00 2001 From: Mark McGranaghan Date: Wed, 17 Mar 2010 06:07:35 -0700 Subject: [PATCH] Update history to reflect dropping of namespacing. --- HISTORY.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index dadd2e49..6715f7a3 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -5,7 +5,8 @@ * Test with `clojure.test` * Depend only on stable point-released libraries * Introduce new middlewares for params, cookies, sessions -* Intro new utils for encoding/decoding, forming responses, and unit testing. +* Intro new utils for encoding/decoding, forming responses, and unit testing +* No longer require namespacing of request and response keys * More documentation, including autodocs * Various bugfixes