diff options
author | Ivan Alejandro <ivanalejandro0@gmail.com> | 2015-05-11 18:04:29 -0300 |
---|---|---|
committer | Ivan Alejandro <ivanalejandro0@gmail.com> | 2015-05-14 12:41:48 -0300 |
commit | d5d9c3794566b999bfd42398072c9f7e3177d1b9 (patch) | |
tree | e8035a20e5f888e53b221b5593ea484d441f4f10 /changes | |
parent | 154e1aa347bb9ee0a9ed9abd60ed703a81cce017 (diff) |
[feat] adapt to new events api on common
- Related: #6359
Diffstat (limited to 'changes')
-rw-r--r-- | changes/VERSION_COMPAT | 1 | ||||
-rw-r--r-- | changes/feature_adapt-to-new-events-on-common | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/changes/VERSION_COMPAT b/changes/VERSION_COMPAT index 12822ac..a5c0caa 100644 --- a/changes/VERSION_COMPAT +++ b/changes/VERSION_COMPAT @@ -10,3 +10,4 @@ # leap.foo.bar>=x.y.z leap.keymanager>=0.4.0 leap.soledad.client>=0.7.0 +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. |