From 785e94bf1e914c00a74b92e3549f86826d947f5b Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Mon, 24 Jan 2011 13:50:14 +0100 Subject: [PATCH] Added changelog entry and entry into authors file --- AUTHORS | 1 + CHANGES | 3 +++ 2 files changed, 4 insertions(+) diff --git a/AUTHORS b/AUTHORS index 936b0b0f..0f2a9827 100644 --- a/AUTHORS +++ b/AUTHORS @@ -21,6 +21,7 @@ Patches and Suggestions - Marian Sigler - Matt Campell - Matthew Frazier +- Michael van Tellingen - Ron DuPlain - Sebastien Estienne - Simon Sapin diff --git a/CHANGES b/CHANGES index 017eee1f..b718d2fd 100644 --- a/CHANGES +++ b/CHANGES @@ -30,6 +30,9 @@ Release date to be announced, codename to be selected - Flask no longer internally depends on rules being added through the `add_url_rule` function and can now also accept regular werkzeug rules added to the url map. +- Added an `endpoint` method to the flask application object which + allows one to register a callback to an arbitrary endpoint with + a decorator. Version 0.6.1 -------------