diff options
author | Ruben Pollan <meskio@sindominio.net> | 2015-01-22 09:48:26 -0600 |
---|---|---|
committer | Ruben Pollan <meskio@sindominio.net> | 2015-01-22 09:48:26 -0600 |
commit | dfab99156ba52ced371d86dd325c6b37dffa5c63 (patch) | |
tree | b4a7d95c3cadcccfdf4cee4eae9134b1e613e833 /changes | |
parent | a3acaed8512c16fc1d53141d288d60eacc6ef94e (diff) | |
parent | 98def315e5f48df6eec713dbe175df8bdfe406dd (diff) |
Merge branch 'feature/new-mail-api' into feature/async-api
It is still a work in progress, many tests fails and there is plenty of
TODOs to fix. But is starting to be a working version.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/VERSION_COMPAT | 1 | ||||
-rw-r--r-- | changes/bug-6601_port_enum34 | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/changes/VERSION_COMPAT b/changes/VERSION_COMPAT index 1eadcbe..12822ac 100644 --- a/changes/VERSION_COMPAT +++ b/changes/VERSION_COMPAT @@ -9,3 +9,4 @@ # BEGIN DEPENDENCY LIST ------------------------- # leap.foo.bar>=x.y.z leap.keymanager>=0.4.0 +leap.soledad.client>=0.7.0 diff --git a/changes/bug-6601_port_enum34 b/changes/bug-6601_port_enum34 new file mode 100644 index 0000000..2ca551d --- /dev/null +++ b/changes/bug-6601_port_enum34 @@ -0,0 +1 @@ +- Port `enum` to `enum34` (Closes #6601) |