Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
caosdb-pylib
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
caosdb
Software
caosdb-pylib
Commits
2fa947f0
Verified
Commit
2fa947f0
authored
1 year ago
by
Timm Fitschen
Browse files
Options
Downloads
Patches
Plain Diff
DOC: update CHANGELOG
parent
f9fa25d9
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!102
MAINT: refactor _Messages class
Pipeline
#38417
failed
1 year ago
Stage: code_style
Stage: linting
Stage: test
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CHANGELOG.md
+8
-1
8 additions, 1 deletion
CHANGELOG.md
with
8 additions
and
1 deletion
CHANGELOG.md
+
8
−
1
View file @
2fa947f0
...
...
@@ -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 ###
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment