From 083422c0c66c1aa53f9d96c6fd185e238bc51708 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Wed, 14 Oct 2009 11:14:44 +0000 Subject: - Add ``xhr``, ``accept``, and ``header`` view configuration predicates to ZCML view declaration, ZCML route declaration, and ``bfg_view`` decorator. See the ``Views`` narrative documentation chapter for more information about these predicates. --- CHANGES.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'CHANGES.txt') diff --git a/CHANGES.txt b/CHANGES.txt index d072cd79c..d045d261a 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,12 +1,23 @@ Next release ============ +Features +-------- + +- Add ``xhr``, ``accept``, and ``header`` view configuration + predicates to ZCML view declaration, ZCML route declaration, and + ``bfg_view`` decorator. See the ``Views`` narrative documentation + chapter for more information about these predicates. + Documentation ------------- - Virtual hosting narrative docs chapter updated with info about ``mod_wsgi``. +- Point all index URLs at the literal 1.1 index (this alpha cycle may + go on a while). + 1.1a5 (2009-10-10) ================== -- cgit v1.2.3