Skip to content

Commit c9be2a8

Browse files
committed
Add changelog entry for error class changes
1 parent 92c290c commit c9be2a8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1717
default and also python-gvm in editable mode. This means after running
1818
`poetry install` gvm will directly be importable in the virtual python
1919
environment. [#197](https://github.com/greenbone/python-gvm/pull/197)
20+
* Update error classes to always have meaningful `__str__` and `__repr__`
21+
method. This allows for easier error printing
22+
[#199](https://github.com/greenbone/python-gvm/pull/199)
2023

2124
[unreleased]: https://github.com/greenbone/python-gvm/compare/v1.3.0...master
2225

0 commit comments

Comments
 (0)