diff --git a/CHANGELOG.md b/CHANGELOG.md index 05e7df295751626bf9eb9325d8acbdee77f6569c..f1241d40fab63e49e840db8c0cdd380916ad0afe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.