Skip to content
Snippets Groups Projects
Commit bf442ec7 authored by florian's avatar florian
Browse files

DOC: Update changelog

parent e0961ef4
Branches
Tags
2 merge requests!91Release 0.3,!62Fix merge conflict in split_into_inserts_and_updates
Pipeline #30965 passed
...@@ -8,11 +8,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ...@@ -8,11 +8,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## ## [Unreleased] ##
### Added ### ### Added ###
- Identifiable class to represent the information used to identify Records. - Identifiable class to represent the information used to identify Records.
- Added some StructureElements: BooleanElement, FloatElement, IntegerElement, - Added some StructureElements: BooleanElement, FloatElement, IntegerElement,
ListElement, DictElement ListElement, DictElement
### Changed ### ### Changed ###
- Some StructureElements changed (see "How to upgrade" in the docs): - Some StructureElements changed (see "How to upgrade" in the docs):
- Dict, DictElement and DictDictElement were merged into DictElement. - Dict, DictElement and DictDictElement were merged into DictElement.
- DictTextElement and TextElement were merged into TextElement. The "match" - DictTextElement and TextElement were merged into TextElement. The "match"
...@@ -27,6 +29,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ...@@ -27,6 +29,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed ### ### Fixed ###
- [#39](https://gitlab.com/caosdb/caosdb-crawler/-/issues/39) Merge conflicts in
`split_into_inserts_and_updates` when cached entity references a record
without id
### Security ### ### Security ###
### Documentation ### ### Documentation ###
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment