From f2681ae753b9cc94f88b4cf47fa44714ff20216a Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Fri, 14 Jan 2011 16:03:35 -0500 Subject: - Add ``charset`` attribute to ``pyramid.testing.DummyRequest`` (unconditionally ``UTF-8``). --- CHANGES.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'CHANGES.txt') diff --git a/CHANGES.txt b/CHANGES.txt index 73f0b3d4b..d8853593b 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -10,6 +10,9 @@ Features change designed to provide a facade that will protect against any future Configurator deprecations. +- Add ``charset`` attribute to ``pyramid.testing.DummyRequest`` + (unconditionally ``UTF-8``). + Paster Templates ---------------- -- cgit v1.2.3