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

DOC: Update changelog for release

parent 5700bb20
No related branches found
No related tags found
1 merge request!100WIP: Filling XLSX: Seems to be working.
...@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. ...@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased] ## ## [0.10.0] - 2024-04-24 ##
### Added ### ### Added ###
...@@ -19,8 +19,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ...@@ -19,8 +19,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* `table_converter.to_table` now returns an empty DataFrame instead of raising a * `table_converter.to_table` now returns an empty DataFrame instead of raising a
ValueError when called with an empty container. ValueError when called with an empty container.
### Deprecated ###
### Removed ### ### Removed ###
* The deprecated `parent` keyword from the YAML datamodel specification. Use * The deprecated `parent` keyword from the YAML datamodel specification. Use
...@@ -30,9 +28,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ...@@ -30,9 +28,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed ### ### Fixed ###
- Json schema exporter handles reference properties better. - Json schema exporter handles reference properties better.
- [#59](https://gitlab.com/linkahead/linkahead-advanced-user-tools/-/issues/59) `to_table` failed on lists as values. - [#59](https://gitlab.com/linkahead/linkahead-advanced-user-tools/-/issues/59)
`to_table` failed on lists as values.
### Security ###
### Documentation ### ### 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