Skip to content

Commit

Permalink
Add CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
kanghyojun committed May 12, 2018
1 parent 21d28eb commit 54224af
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 54224af

Please sign in to comment.