diff options
author | Kali Kaneko <kali@leap.se> | 2015-06-05 16:24:17 -0400 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2015-06-15 14:24:20 -0400 |
commit | ff466668100ec75832ec404b74279402fe6b9b2f (patch) | |
tree | 6366f299e1c74fc42327b957d6964db170b4755b /client/changes | |
parent | 2621315fc2d52f2b11b95704c06c36dc7fdc6339 (diff) |
[pkg] changes and version_compat bump
Diffstat (limited to 'client/changes')
-rw-r--r-- | client/changes/VERSION_COMPAT | 2 | ||||
-rw-r--r-- | client/changes/feature_6996-post-sync-hooks | 1 |
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 |