10000 Changelog (#67) · nirum-lang/nirum-python@b3e3b28 · GitHub
[go: up one dir, main page]

Skip to content

Commit b3e3b28

Browse files
dahliakanghyojun
authored andcommitted
Changelog (#67)
1 parent 4d43a1e commit b3e3b28

File tree

3 files changed

+20
-0
lines changed

3 files changed

+20
-0
lines changed

CHANGES.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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

README.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,6 @@ Python rumtime for Nirum_ IDL. Distributed under MIT license.
66
(You probably don't need directly use this package.)
77

88
.. _Nirum: https://github.com/spoqa/nirum
9+
10+
11+
.. include:: CHANGES.rst

nirum/datastructures.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
""":mod:`nirum.datastructures` --- Immutable data structures
22
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
33
4+
.. versionadded:: 0.4.0
5+
46
"""
57
import collections
68

0 commit comments

Comments
 (0)
0