diff --git a/CHANGES.md b/CHANGES.md index df268d9..d249f51 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -125,7 +125,14 @@ To be released. import iso (country as iso-country); import types (country); ~~~~~~~~ + - Support an integer type annotation argument. [[#178], [#267]] + ~~~~~~~~ nirum + service datetime-service ( + @num-constraints(min=1, max=12) + int32 delta-month (int32 from), + ); + ~~~~~~~~ ### Docs target @@ -187,6 +194,7 @@ To be released. [#13]: https://github.com/spoqa/nirum/issues/13 [#100]: https://github.com/spoqa/nirum/issues/100 +[#178]: https://github.com/spoqa/nirum/issues/178 [#217]: https://github.com/spoqa/nirum/issues/217 [#220]: https://github.com/spoqa/nirum/issues/220 [#227]: https://github.com/spoqa/nirum/pull/227 @@ -196,6 +204,7 @@ To be released. [#257]: https://github.com/spoqa/nirum/pull/257 [#258]: https://github.com/spoqa/nirum/pull/258 [#259]: https://github.com/spoqa/nirum/pull/259 +[#267]: https://github.com/spoqa/nirum/pull/267 [#269]: https://github.com/spoqa/nirum/pull/269 [entry points]: https://setuptools.readthedocs.io/en/latest/pkg_resources.html#entry-points [python2-numbers-integral]: https://docs.python.org/2/library/numbers.html#numbers.Integral