summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2015-06-05 16:24:17 -0400
committerKali Kaneko <kali@leap.se>2015-06-05 16:24:23 -0400
commit289ae33a90d7e2cb8b33c2bcac1676c6ef926773 (patch)
tree64f904aac3a352bb8f614e1d1a176a813c7dd00a
parent251155bf9228ac2f80ec6cf875e512e8b0ada0ac (diff)
[pkg] changes and version_compat bump
-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