Skip to content
Snippets Groups Projects
Commit bbbc0f3e authored by Florian Spreckelsen's avatar Florian Spreckelsen
Browse files

DOC: Update changelog

parent 9fb853a5
No related branches found
No related tags found
1 merge request!174Support of special attribute updates in add_property
Checking pipeline status
......@@ -10,12 +10,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added ###
* New setup extra `test` which installs the dependencies for testing.
* The Container class has a new member function `filter` which is based o `_filter_entity_list`.
* The Container class has a new member function `filter_by_identity`
which is based on `_filter_entity_list`.
* The `Entity` properties `_cuid` and `_flags` are now available for read-only access
as `cuid` and `flags`, respectively.
### Changed ###
* Renamed the `filter` function of Container, ParentList and PropertyList to `filter_by_identity`.
* Renamed the `filter` function of Container, ParentList and
PropertyList to `filter_by_identity`.
* [#134](https://gitlab.com/linkahead/linkahead-pylib/-/issues/134)
Setting special attributes using add_property now updates the attribute
instead of adding a new property with the same name
### Deprecated ###
......@@ -40,9 +46,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
case of certain connection timeouts.
* [#127](https://gitlab.com/linkahead/linkahead-pylib/-/issues/127)
pylinkahead.ini now supports None and tuples as values for the `timeout` keyword
* [#134](https://gitlab.com/linkahead/linkahead-pylib/-/issues/134)
Setting special attributes using add_property now updates the attribute
instead of adding a new property with the same name
### Security ###
......
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