Skip to content

Commit cdac2fa

Browse files
committed
Add CHANGELOG
1 parent 21d28eb commit cdac2fa

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGES.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,14 @@ To be released.
126126
import types (country);
127127
~~~~~~~~
128128
129+
- Added support for integer type annotation argument. [[#178], [#267]]
130+
131+
~~~~~~~~ nirum
132+
service foo-service (
133+
@bar(baz=1)
134+
int32 qux (int32 quux),
135+
);
136+
~~~~~~~~
129137
130138
### Docs target
131139
@@ -187,6 +195,7 @@ To be released.
187195
188196
[#13]: https://github.com/spoqa/nirum/issues/13
189197
[#100]: https://github.com/spoqa/nirum/issues/100
198+
[#178]: https://github.com/spoqa/nirum/issues/178
190199
[#217]: https://github.com/spoqa/nirum/issues/217
191200
[#220]: https://github.com/spoqa/nirum/issues/220
192201
[#227]: https://github.com/spoqa/nirum/pull/227
@@ -196,6 +205,7 @@ To be released.
196205
[#257]: https://github.com/spoqa/nirum/pull/257
197206
[#258]: https://github.com/spoqa/nirum/pull/258
198207
[#259]: https://github.com/spoqa/nirum/pull/259
208+
[#267]: https://github.com/spoqa/nirum/pull/267
199209
[#269]: https://github.com/spoqa/nirum/pull/269
200210
[entry points]: https://setuptools.readthedocs.io/en/latest/pkg_resources.html#entry-points
201211
[python2-numbers-integral]: https://docs.python.org/2/library/numbers.html#numbers.Integral

0 commit comments

Comments
 (0)