From fefa0983bea61e4095ec50126dc5198f9f45403c Mon Sep 17 00:00:00 2001 From: Alexander Schlemmer <a.schlemmer@indiscale.com> Date: Mon, 6 Jan 2025 21:12:22 +0100 Subject: [PATCH] DOC: added changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e0589ec4..b81b0079 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,6 +34,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 file containing (only) an ISO-formatted datetime string can be specified here. Directories with this option won't match if all their contents were last modified before that datetime. +- Allow adding pydb breakpoints to the scanner by setting a property + `breakpoint` to true in the configuration of a converter. ### Changed ### -- GitLab