Skip to content
Snippets Groups Projects
Commit ecbc8995 authored by Alexander Schlemmer's avatar Alexander Schlemmer
Browse files

DOC: added a line for the two deprecated functions into changelog

parent 5ce11a74
No related branches found
No related tags found
2 merge requests!108Release 0.5.0,!104Create a new scanner module and move functions from crawl module there
Pipeline #34882 passed with warnings
......@@ -33,6 +33,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- The ``prefix`` argument of `crawler_main` is deprecated. Use the new argument
``remove_prefix`` instead.
- The functions ``load_definition`` and ``load_converters`` are deprecated. Please use
the functions ``load_definition`` and ``create_converter_registry`` from the scanner module
instead.
### Removed ###
- The command line argument ``--prefix``. Use the new argument ``--remove-prefix`` instead.
......
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