summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Alejandro <ivanalejandro0@gmail.com>2014-07-15 16:49:54 -0300
committerIvan Alejandro <ivanalejandro0@gmail.com>2014-07-15 16:57:57 -0300
commit3fc88bbc70b3da4a2f8b371813bf87a42443f29c (patch)
tree94afcbed8015227d2756fe0283e929239875982f
parent986ff80c16efea0e32ff78012b2fd3c95b83e179 (diff)
Add changes file for #5719, #5733, #5734.
-rw-r--r--changes/refactor-changes3
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/refactor-changes b/changes/refactor-changes
new file mode 100644
index 00000000..3516f8c4
--- /dev/null
+++ b/changes/refactor-changes
@@ -0,0 +1,3 @@
+- Split frontend/backend in different files. Closes #5719.
+- Implement ZMQ based messaging system. Closes #5733.
+- Launch the backend in a different process than the app. Closes #5734.