diff options
author | Ivan Alejandro <ivanalejandro0@gmail.com> | 2015-08-06 17:35:41 -0300 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2015-08-11 11:50:29 -0400 |
commit | 541cd939aa3bfb8726f2e51d28ab3145059a676d (patch) | |
tree | 5b51d83c1c656466e7a4c7226fd6a4a0edf24357 /client/changes | |
parent | cb92f58a141f410739ae6460b7eb8aaf2daa3c65 (diff) |
[feat] emit a dict instead of a str
Diffstat (limited to 'client/changes')
-rw-r--r-- | client/changes/feature-improve-sync-status-info | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client/changes/feature-improve-sync-status-info b/client/changes/feature-improve-sync-status-info new file mode 100644 index 00000000..f563e375 --- /dev/null +++ b/client/changes/feature-improve-sync-status-info @@ -0,0 +1,2 @@ +- Improve how we send information on SOLEDAD_SYNC_SEND_STATUS and in + SOLEDAD_SYNC_RECEIVE_STATUS. Related to Feature #7353. |