From d8fc16f447c1a9ac91a24bb41f56a534706dfe41 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Wed, 7 Sep 2011 06:26:28 -0400 Subject: garden --- CHANGES.txt | 9 +++++++++ docs/narr/introduction.rst | 2 ++ docs/whatsnew-1.2.rst | 4 ++++ 3 files changed, 15 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index fcf97b099..3a3ff335b 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,12 @@ +Next release +============ + +Documentation +------------- + +- Added a "What Makes Pyramid Unique" section to the Introduction narrative + chapter. + 1.2a6 (2011-09-06) ================== diff --git a/docs/narr/introduction.rst b/docs/narr/introduction.rst index 5524f698d..9c6f85680 100644 --- a/docs/narr/introduction.rst +++ b/docs/narr/introduction.rst @@ -65,6 +65,8 @@ Openness As with Python, the Pyramid software is distributed under a `permissive open source license `_. +.. _what_makes_pyramid_unique: + What Makes Pyramid Unique ------------------------- diff --git a/docs/whatsnew-1.2.rst b/docs/whatsnew-1.2.rst index 8a64e2756..38284a7aa 100644 --- a/docs/whatsnew-1.2.rst +++ b/docs/whatsnew-1.2.rst @@ -284,6 +284,10 @@ Documentation Enhancements - The ZODB wiki tutorial now uses the ``pyramid_zodbconn`` package rather than the ``repoze.zodbconn`` package to provide ZODB integration. +- Added :ref:`what_makes_pyramid_unique` to the Introduction narrative + chapter. + + Dependency Changes ------------------ -- cgit v1.2.3