Skip to content
Snippets Groups Projects
Verified Commit 2fa947f0 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

DOC: update CHANGELOG

parent f9fa25d9
No related branches found
No related tags found
1 merge request!102MAINT: refactor _Messages class
Pipeline #38417 failed
......@@ -13,11 +13,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
property and optionally removes the property if it is empty afterwards.
### Changed ###
* _Messages is now Messages and inherits from list instead of dict
* `_Messages` is now `Messages` and inherits from list instead of dict
* `Message.__init__` signature changed and expects a `description` now while
`type` defaults to "Info" now.
* `Message.__eq__` changed. Equality is equality of `type`, `code`, and
`description` now.
### Deprecated ###
* The API of Messages has been simplified and some ways to interact with
messages have been deprecated. Warnings are raised correspondingly.
* `Message.get_code`. Use the `code` property instead.
### Removed ###
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment