From 965fd03ca8f230604307c82661b52b743ca29d59 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 20 Jan 2012 12:32:31 +0200 Subject: [PATCH] Updated relnotes --- ReleaseNotes.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ReleaseNotes.md b/ReleaseNotes.md index 483c9814..2299598c 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -8,3 +8,5 @@ Yesod 0.10 * Move from pool to resource-pool * Rework of the redirect system * Configure database parameters via environment variables. +* Fully reworked routing, much more efficient. +* Cleaned up EntityDef, making it more resilient to renamings.