summaryrefslogtreecommitdiff
path: root/client/changes
diff options
context:
space:
mode:
authorIvan Alejandro <ivanalejandro0@gmail.com>2015-05-06 17:42:26 -0300
committerIvan Alejandro <ivanalejandro0@gmail.com>2015-05-27 12:02:39 -0300
commit7d4ab674a167d48686f61310ff4ff6a62a545e67 (patch)
treed8ed270d0a73c50eb65f392f231c5c3107473058 /client/changes
parent91674a40edb19cd241c76b27ad998bb5df404570 (diff)
[feat] adapt to new events api on common
- Related: #6359
Diffstat (limited to 'client/changes')
-rw-r--r--client/changes/VERSION_COMPAT2
-rw-r--r--client/changes/feature_adapt-to-new-events-on-common1
2 files changed, 3 insertions, 0 deletions
diff --git a/client/changes/VERSION_COMPAT b/client/changes/VERSION_COMPAT
index 782844d7..c0747052 100644
--- a/client/changes/VERSION_COMPAT
+++ b/client/changes/VERSION_COMPAT
@@ -9,3 +9,5 @@
# BEGIN DEPENDENCY LIST -------------------------
# leap.foo.bar>=x.y.z
pysqlcipher>2.6.3
+leap.common>=0.4
+leap.soledad.common>=0.6.5
diff --git a/client/changes/feature_adapt-to-new-events-on-common b/client/changes/feature_adapt-to-new-events-on-common
new file mode 100644
index 00000000..cd55fa7d
--- /dev/null
+++ b/client/changes/feature_adapt-to-new-events-on-common
@@ -0,0 +1 @@
+- Adapt soledad to the new events api on leap.common. Related to #6359.