From bad02d68e90e887f86bbeb866a45bfdcd5a3b984 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Wed, 9 Dec 2009 23:11:17 +0000 Subject: - A new dependency on the ``twill`` package was added to the ``setup.py`` ``tests_require`` argument (Twill will only be downloaded when :mod:`repoze.bfg` ``setup.py test`` or ``setup.py nosetests`` is invoked). --- CHANGES.txt | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'CHANGES.txt') diff --git a/CHANGES.txt b/CHANGES.txt index 7789241d4..f9ee7d81a 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -22,6 +22,15 @@ Documentation - Added "Thread Locals" narrative chapter to documentation, and added a API chapter documenting the ``repoze.bfg.threadlocals`` module. +Dependencies +------------ + +- A new dependency on the ``twill`` package was added to the + ``setup.py`` ``tests_require`` argument (Twill will only be + downloaded when :mod:`repoze.bfg` ``setup.py test`` or ``setup.py + nosetests`` is invoked). + + 1.2a4 (2009-12-07) ================== -- cgit v1.2.3