From 4a5504787f376255fa50f50de273595ce03d1d77 Mon Sep 17 00:00:00 2001
From: Michael Merickel <michael@merickel.org>
Date: Tue, 16 Oct 2018 04:39:01 +0200
Subject: [PATCH] add changes for #3387 and #3388

---
 CHANGES.rst |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/CHANGES.rst b/CHANGES.rst
index ce2ed58..cc70dca 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -76,6 +76,12 @@
   to allow users to avoid threadlocals during renderer lookup.
   See https://github.com/Pylons/pyramid/pull/3358
 
+- Pyramid's test suite is no longer distributed with the universal wheel.
+  See https://github.com/Pylons/pyramid/pull/3387
+
+- All Python code is now formatted automatically using ``black``.
+  See https://github.com/Pylons/pyramid/pull/3388
+
 Bug Fixes
 ---------
 
@@ -163,6 +169,11 @@
   and replaced by the ``userid`` argument.
   See https://github.com/Pylons/pyramid/pull/3369
 
+- Removed the ``pyramid.tests`` subpackage that used to contain the Pyramid
+  test suite. These changes also changed the format of the repository to move
+  the code into a ``src`` folder.
+  See https://github.com/Pylons/pyramid/pull/3387
+
 Documentation Changes
 ---------------------
 

--
Gitblit v1.9.3