From 2fa947f0f31e3fc02a07ef0371f8ab302bb6972a Mon Sep 17 00:00:00 2001 From: Timm Fitschen <t.fitschen@indiscale.com> Date: Wed, 5 Jul 2023 13:51:55 +0200 Subject: [PATCH] DOC: update CHANGELOG --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b5c8517e..0b0ef99d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 ### -- GitLab