From a0ed3ecf71a5953841ce76de4edc21232b129174 Mon Sep 17 00:00:00 2001 From: Tatu Wikman Date: Tue, 29 Aug 2023 15:10:18 +0300 Subject: [PATCH 1/2] Add note about ValidationFailure to ValidationError in changes.md --- CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.md b/CHANGES.md index abadefcf..525097d7 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -5,6 +5,7 @@ ### What's Changed - feat: refactoring; updates; fixes; bump version by @joe733 in [#283](https://github.com/python-validators/validators/pull/283) + * BC break: ValidationFailure renamed to ValidationError, - build(deps): bump pymdown-extensions from 9.11 to 10.0 by @dependabot in [#273](https://github.com/python-validators/validators/pull/273) - build(deps): bump requests from 2.28.2 to 2.31.0 by @dependabot in [#275](https://github.com/python-validators/validators/pull/275) - add validator ETH addresses (ERC20) by @msamsami in [#276](https://github.com/python-validators/validators/pull/276) From 8d72f558ac5894f97b283ad183b4154c9dae4541 Mon Sep 17 00:00:00 2001 From: Tatu Wikman Date: Fri, 1 Sep 2023 10:29:45 +0300 Subject: [PATCH 2/2] Change wording after review --- CHANGES.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 525097d7..5309e0e3 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -5,7 +5,8 @@ ### What's Changed - feat: refactoring; updates; fixes; bump version by @joe733 in [#283](https://github.com/python-validators/validators/pull/283) - * BC break: ValidationFailure renamed to ValidationError, +- *Breaking Changes*: + - `ValidationFailure` renamed to `ValidationError` in [joe733@12ae1f5](https://github.com/joe733/pyvalidators/commit/12ae1f5850555d11e1f1a2c03f597fd10610215a) - build(deps): bump pymdown-extensions from 9.11 to 10.0 by @dependabot in [#273](https://github.com/python-validators/validators/pull/273) - build(deps): bump requests from 2.28.2 to 2.31.0 by @dependabot in [#275](https://github.com/python-validators/validators/pull/275) - add validator ETH addresses (ERC20) by @msamsami in [#276](https://github.com/python-validators/validators/pull/276)