summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--client/changes/VERSION_COMPAT2
-rw-r--r--client/changes/feature_6996-post-sync-hooks1
2 files changed, 3 insertions, 0 deletions
diff --git a/client/changes/VERSION_COMPAT b/client/changes/VERSION_COMPAT
index cc00ecf7..a24751f9 100644
--- a/client/changes/VERSION_COMPAT
+++ b/client/changes/VERSION_COMPAT
@@ -8,3 +8,5 @@
#
# BEGIN DEPENDENCY LIST -------------------------
# leap.foo.bar>=x.y.z
+#
+leap.common >= 0.4.1 # collect_plugins
diff --git a/client/changes/feature_6996-post-sync-hooks b/client/changes/feature_6996-post-sync-hooks
new file mode 100644
index 00000000..027c0b2a
--- /dev/null
+++ b/client/changes/feature_6996-post-sync-hooks
@@ -0,0 +1 @@
+o Expose post-sync hooks via plugin system. Related: #6996