From 06691ae86b1aadaff14ad70b440f20aa1de81d8f Mon Sep 17 00:00:00 2001 From: Alan Plum Date: Wed, 10 Feb 2016 11:53:24 +0100 Subject: [PATCH] Document routing fix --- CHANGELOG | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index ca96771979..ecc225e10c 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -88,6 +88,9 @@ v2.8.3 (XXXX-XX-XX) * Deleting a Foxx service in the frontend should now always succeed even if the files no longer exist on the file system (issue #1358) +* Routing actions loaded from the database no longer throw exceptions when + trying to load other modules using "require" + v2.8.2 (2016-02-09) -------------------