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 -----------