summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorIvan Alejandro <ivanalejandro0@gmail.com>2015-05-06 18:04:03 -0300
committerIvan Alejandro <ivanalejandro0@gmail.com>2015-05-27 12:05:33 -0300
commit1a1b0b3309a54371a6631c87f0527b8fde5601f4 (patch)
treeea20aec7139a346b014792a87b1e766e0d4a3064 /changes
parent58ed7b51ccc63155c166a025336e325fc5ffda77 (diff)
[feat] adapt to new events api on common
- Related: #6359
Diffstat (limited to 'changes')
-rw-r--r--changes/VERSION_COMPAT2
-rw-r--r--changes/feature_adapt-to-new-events-on-common1
2 files changed, 2 insertions, 1 deletions
diff --git a/changes/VERSION_COMPAT b/changes/VERSION_COMPAT
index ac65675..0bb331a 100644
--- a/changes/VERSION_COMPAT
+++ b/changes/VERSION_COMPAT
@@ -8,4 +8,4 @@
#
# BEGIN DEPENDENCY LIST -------------------------
# leap.foo.bar>=x.y.z
-leap.common>=0.3.10
+leap.common>=0.4
diff --git a/changes/feature_adapt-to-new-events-on-common b/changes/feature_adapt-to-new-events-on-common
new file mode 100644
index 0000000..e57e777
--- /dev/null
+++ b/changes/feature_adapt-to-new-events-on-common
@@ -0,0 +1 @@
+- Adapt to new events api on leap.common. Related to #5359.