From fd5ae92bd218b72a7a923e406eee023afe024dc0 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Tue, 9 Nov 2010 03:54:45 -0500 Subject: - All references to Pyramid-the-application were changed from :mod:`pyramid` to :app:`Pyramid`. A custom role setting was added to ``docs/conf.py`` to allow for this. (internal) --- CHANGES.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'CHANGES.txt') diff --git a/CHANGES.txt b/CHANGES.txt index 02f502711..bfe846065 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -9,6 +9,10 @@ Documentation their concrete classes (e.g. ``pyramid.events.NewRequest``) in documentation about making subscriptions. +- All references to Pyramid-the-application were changed from :mod:`pyramid` + to :app:`Pyramid`. A custom role setting was added to ``docs/conf.py`` to + allow for this. (internal) + 1.0a1 (2010-11-05) ================== -- cgit v1.2.3