summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst23
1 files changed, 23 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
new file mode 100644
index 0000000..b7d938e
--- /dev/null
+++ b/CHANGES.rst
@@ -0,0 +1,23 @@
+Changelog
+=========
+
+List of notable changes between pytest-catchlog releases.
+
+Version 1.1
+-----------
+
+Released on 2015-06-07.
+
+- #2 - Explicitly state Python3 support and add configuration for running
+ tests with tox on multiple Python versions. (Thanks to Jeremy Bowman!)
+- Add an option to silence logs completely on the terminal.
+
+
+Version 1.0
+-----------
+
+Released on 2014-12-08.
+
+- Add ``record_tuples`` for comparing recorded log entries against expected
+ log entries with their logger name, severity and formatted message.
+