From 4aeb44567ab46951a534fa2836b392ed21b1532b Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Thu, 15 Jul 2010 14:35:44 +0200 Subject: [PATCH] Documented change --- CHANGES | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES b/CHANGES index df24ab9d..9e95b349 100644 --- a/CHANGES +++ b/CHANGES @@ -23,6 +23,9 @@ Release date to be announced, codename to be decided. to the render function. - added the ability to limit the incoming request data with the new ``MAX_CONTENT_LENGTH`` configuration value. +- the endpoint for the :meth:`flask.Module.add_url_rule` method + is now optional to be consistent with the function of the + same name on the application object. Version 0.5.1 -------------