summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2010-11-17 18:11:48 -0500
committerChris McDonough <chrism@plope.com>2010-11-17 18:11:48 -0500
commitdbaa08e18d1bf50264faabb6e7dfce12f2c0ea71 (patch)
treeb3a0f56135488cdd5183433a53b191e43f4823c3 /CHANGES.txt
parentab1b77143424c73bf126126d1bc5ceecdbf05ddb (diff)
downloadpyramid-dbaa08e18d1bf50264faabb6e7dfce12f2c0ea71.tar.gz
pyramid-dbaa08e18d1bf50264faabb6e7dfce12f2c0ea71.tar.bz2
pyramid-dbaa08e18d1bf50264faabb6e7dfce12f2c0ea71.zip
- Replace Twill with WebTest in internal integration tests (avoid deprecation
warnings generated by Twill).
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 7f1390186..fd0cead61 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -35,6 +35,12 @@ Documentation
have a SessionFactory abstraction which competes with it, and maintaining
documentation on both ways to do it is a distraction.
+Internal
+--------
+
+- Replace Twill with WebTest in internal integration tests (avoid deprecation
+ warnings generated by Twill).
+
1.0a3 (2010-11-16)
==================