From e375959af93c157961472f461e22a65cd7842851 Mon Sep 17 00:00:00 2001 From: Michael Milton Date: Sun, 16 Feb 2020 18:07:06 +1100 Subject: [PATCH] Fix changelog and integrate it into the documentation --- doc/site/changelog.rst | 6 +++--- doc/site/index.rst | 4 ++++ 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/doc/site/changelog.rst b/doc/site/changelog.rst index 4dc164e..e5e8cd1 100644 --- a/doc/site/changelog.rst +++ b/doc/site/changelog.rst @@ -1,4 +1,4 @@ 0.3.5 ------ -- Add version to a separate file, so that ``pandas_schema.__version__`` now works (see `#11`_) -- Make the ``InRangeValidation`` correctly report a validation failure when it validates non-numeric text, instead of crashing (see `#30`_) +~~~~~ +- Add version to a separate file, so that ``pandas_schema.__version__`` now works (see `#11 `_) +- Make the ``InRangeValidation`` correctly report a validation failure when it validates non-numeric text, instead of crashing (see `#30 `_) diff --git a/doc/site/index.rst b/doc/site/index.rst index 5d9241f..51410c9 100644 --- a/doc/site/index.rst +++ b/doc/site/index.rst @@ -129,6 +129,10 @@ a word, but it doesn't contain the letter 'a': Note that these operators do not short-circuit, so all validations will be applied to all rows, regardless of if that row has already failed a validation. +Changelog +--------- +.. include:: ./changelog.rst + Development -----------