From 3556987d87a7cace4ea99a63f52ec72e9c2aee9a Mon Sep 17 00:00:00 2001 From: Night_Hunter Date: Wed, 27 Nov 2024 16:29:47 +1300 Subject: [PATCH] add changes file --- .changes/add-global-updater-version-comparator.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changes/add-global-updater-version-comparator.md diff --git a/.changes/add-global-updater-version-comparator.md b/.changes/add-global-updater-version-comparator.md new file mode 100644 index 00000000..7467ad36 --- /dev/null +++ b/.changes/add-global-updater-version-comparator.md @@ -0,0 +1,5 @@ +--- +'updater': 'minor' +--- + +Add a new method `version_comparator` on updater builder to set the default version comparator for the updater. This is useful for the js since it can't set a version comparator. \ No newline at end of file