File tree Expand file tree Collapse file tree 3 files changed +20
-0
lines changed Expand file tree Collapse file tree 3 files changed +20
-0
lines changed Original file line number Diff line number Diff line change
1
+ Changelog
2
+ =========
3
+
4
+ Version 0.4.0
5
+ -------------
6
+
7
+ To be released.
8
+
9
+ - Encoding of map types was changed according to the `Nirum serialization
10
+ specification `__. [:issue: `66 `]
11
+ - Added :mod: `nirum.datastructures ` module and
12
+ :class: `~nirum.datastructures.Map ` which is an immutable dictionary.
13
+ [:issue: `66 `]
14
+
15
+ __ https://github.com/spoqa/nirum/blob/f1629787f45fef17eeab8b4f030c34580e0446b8/docs/serialization.md
Original file line number Diff line number Diff line change @@ -6,3 +6,6 @@ Python rumtime for Nirum_ IDL. Distributed under MIT license.
6
6
(You probably don't need directly use this package.)
7
7
8
8
.. _Nirum : https://github.com/spoqa/nirum
9
+
10
+
11
+ .. include :: CHANGES.rst
Original file line number Diff line number Diff line change 1
1
""":mod:`nirum.datastructures` --- Immutable data structures
2
2
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3
3
4
+ .. versionadded:: 0.4.0
5
+
4
6
"""
5
7
import collections
6
8
You can’t perform that action at this time.
0 commit comments