diff options
author | Ivan Alejandro <ivanalejandro0@gmail.com> | 2015-05-06 18:04:03 -0300 |
---|---|---|
committer | Ivan Alejandro <ivanalejandro0@gmail.com> | 2015-05-27 12:05:33 -0300 |
commit | 1a1b0b3309a54371a6631c87f0527b8fde5601f4 (patch) | |
tree | ea20aec7139a346b014792a87b1e766e0d4a3064 /changes | |
parent | 58ed7b51ccc63155c166a025336e325fc5ffda77 (diff) |
[feat] adapt to new events api on common
- Related: #6359
Diffstat (limited to 'changes')
-rw-r--r-- | changes/VERSION_COMPAT | 2 | ||||
-rw-r--r-- | changes/feature_adapt-to-new-events-on-common | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/changes/VERSION_COMPAT b/changes/VERSION_COMPAT index ac656755..0bb331af 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 00000000..e57e7774 --- /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. |