diff --git a/changelog/384.bugfix.rst b/changelog/384.bugfix.rst index 2ea011e..0dd2f03 100644 --- a/changelog/384.bugfix.rst +++ b/changelog/384.bugfix.rst @@ -1 +1 @@ -Add support for pytest 4.1. +pytest 4.1 support: ``ExceptionInfo`` API changes. diff --git a/changelog/390.bugfix.rst b/changelog/390.bugfix.rst new file mode 100644 index 0000000..a4ea70f --- /dev/null +++ b/changelog/390.bugfix.rst @@ -0,0 +1 @@ +pytest 4.1 support: ``pytest_logwarning`` hook removed.