summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorTomás Touceda <chiiph@leap.se>2014-06-25 11:16:07 -0300
committerTomás Touceda <chiiph@leap.se>2014-06-25 11:16:07 -0300
commit3087f7c79e9e7584558d93a2ce7162867d6555db (patch)
tree02992640c8db9938d749fc1658bfdae18461ee21 /changes
parenta28566a7b4c999a7da8e0f6cf76d31a1065c8eed (diff)
parent4b52040da3750096b73fd3d5b790c2494ef18b0b (diff)
Merge remote-tracking branch 'refs/remotes/ivan/feature/use-dict-instead-of-object' into develop
Diffstat (limited to 'changes')
-rw-r--r--changes/use-dict-instead-of-object1
1 files changed, 1 insertions, 0 deletions
diff --git a/changes/use-dict-instead-of-object b/changes/use-dict-instead-of-object
new file mode 100644
index 00000000..b7ed58e4
--- /dev/null
+++ b/changes/use-dict-instead-of-object
@@ -0,0 +1 @@
+- Use a dict instead an object to ease later serialization.