From a1ec1756115a828811b0ba4e88bd781feea4c020 Mon Sep 17 00:00:00 2001 From: Ritchie Martori Date: Sun, 8 Jan 2012 18:17:47 -0800 Subject: [PATCH] added history --- HISTORY.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 HISTORY.md diff --git a/HISTORY.md b/HISTORY.md new file mode 100644 index 0000000..26d0bde --- /dev/null +++ b/HISTORY.md @@ -0,0 +1,18 @@ +0.2.0 +================== + + * Added MongoDB session support + * Added `req.isRoot()` and `req.isUser()` + * Fixed MongoDB connection state issues + +0.1.0 +================== + + * Removed Plugin Folder + * Fixed Security Issues + * Removed Dependencies + +0.0.1 +================== + + * Initial Release \ No newline at end of file