Skip to content
Snippets Groups Projects
Commit c6b13018 authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

DOC: cl and how to upgrade

parent b0abb362
No related branches found
No related tags found
1 merge request!160STY: styling
Pipeline #40900 passed
......@@ -10,6 +10,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added ###
### Changed ###
- If the `parents` key is used in a cfood at a lower level for a Record that
already has a Parent (because it was explicitly given or the default Parent),
the old Parent(s) are now overwritten with the value belonging to the
`parents` key.
### Deprecated ###
......
......
......@@ -36,6 +36,7 @@ import importlib
import logging
import os
import sys
import traceback
import uuid
import warnings
from argparse import RawTextHelpFormatter
......
......
# How to upgrade
## 0.6.x to 0.7.0
If you added Parents to Records at multiple places in the CFood, you must now
do this at a single location because this key now overwrites previously set
parents.
## 0.5.x to 0.6.0
[#41](https://gitlab.com/caosdb/caosdb-crawler/-/issues/41) was fixed. This
means that you previously used the name of Entities as an identifying
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment