Skip to content
Snippets Groups Projects
Commit 4aa07049 authored by Joscha Schmiedt's avatar Joscha Schmiedt
Browse files

Update CHANGELOG

parent a072f4af
No related branches found
No related tags found
2 merge requests!143Release 0.15.0,!131Resolve "EXTERN: Slicing a Container returns a List, not a Container"
Pipeline #48455 passed with warnings
......@@ -17,6 +17,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed ###
* [#104](https://gitlab.com/linkahead/linkahead-pylib/-/issues/104) Selecting
parts of a `Container` with a `slice` used to return a `list` object instead
of a `Container`, removing all useful methods of the `Container` class. This
has been fixed and using a `slice` such as `[:2]` now returns a new
`Container`.
### Security ###
### Documentation ###
......
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