@@ -51,8 +51,8 @@ Released on February 11, 2018.
51
51
- ``nirum.datastructures.List `` became to show its contents when it's passed
52
52
to ``repr() ``. [`#103 `__, `#108 `__ by Chang-soo Han]
53
53
54
- __ https://github.com/spoqa /nirum-python/issues/103
55
- __ https://github.com/spoqa /nirum-python/pull/108
54
+ __ https://github.com/nirum-lang /nirum-python/issues/103
55
+ __ https://github.com/nirum-lang /nirum-python/pull/108
56
56
57
57
58
58
Version 0.6.1
@@ -123,10 +123,10 @@ Released on July 11, 2017.
123
123
124
124
- Fixed ``NameError `` raised from forward references. [`compiler #138 `_]
125
125
126
- .. _#79 : https://github.com/spoqa /nirum-python/issues/79
127
- .. _compiler #138 : https://github.com/spoqa /nirum/issues/138
128
- .. _nirum-python-http : https://github.com/spoqa /nirum-python-http
129
- .. _nirum-python-wsgi : https://github.com/spoqa /nirum-python-wsgi
126
+ .. _#79 : https://github.com/nirum-lang /nirum-python/issues/79
127
+ .. _compiler #138 : https://github.com/nirum-lang /nirum/issues/138
128
+ .. _nirum-python-http : https://github.com/nirum-lang /nirum-python-http
129
+ .. _nirum-python-wsgi : https://github.com/nirum-lang /nirum-python-wsgi
130
130
131
131
132
132
Version 0.5.6
@@ -147,7 +147,7 @@ Released on April 5, 2018.
147
147
function) to ``nirum.datastructures.Map `` and ``nirum.datastructures.List ``.
148
148
[`#110 `_]
149
149
150
- .. _#110 : https://github.com/spoqa /nirum-python/issues/110
150
+ .. _#110 : https://github.com/nirum-lang /nirum-python/issues/110
151
151
152
152
153
153
Version 0.5.4
@@ -184,7 +184,7 @@ Released on June 23, 2017.
184
184
it became a new-style class also on Python 2. (As Python 3 has only new-style
185
185
class, there's no change on Python 3.)
186
186
187
- .. _#87 : https://github.com/spoqa /nirum-python/pull/87
187
+ .. _#87 : https://github.com/nirum-lang /nirum-python/pull/87
188
188
189
189
190
190
Version 0.5.1
@@ -211,9 +211,9 @@ Released on June 22, 2017.
211
211
- Corrected a typo ``Accepts `` on request headers ``Client `` makes to
212
212
``Accept ``.
213
213
214
- .. _#78 : https://github.com/spoqa /nirum-python/pull/78
215
- .. _#83 : https://github.com/spoqa /nirum-python/issues/83
216
- .. _#80 : https://github.com/spoqa /nirum-python/pull/80
214
+ .. _#78 : https://github.com/nirum-lang /nirum-python/pull/78
215
+ .. _#83 : https://github.com/nirum-lang /nirum-python/issues/83
216
+ .. _#80 : https://github.com/nirum-lang /nirum-python/pull/80
217
217
218
218
219
219
Version 0.5.0
@@ -224,7 +224,7 @@ Released on June 1, 2017.
224
224
- Service methods became able to specify its error type. [`#71 `_]
225
225
- Added ``nirum-server `` command to run simply Nirum service.
226
226
227
- .. _#71 : https://github.com/spoqa /nirum-python/issues/71
227
+ .. _#71 : https://github.com/nirum-lang /nirum-python/issues/71
228
228
229
229
230
230
Version 0.4.3
@@ -273,6 +273,6 @@ Released on March 20, 2017.
273
273
``nirum.datastructures.List `` as ``list_type `` to avoid name
274
274
conflict with user-defined types.
275
275
276
- __ https://github.com/spoqa /nirum/blob/f1629787f45fef17eeab8b4f030c34580e0446b8/docs/serialization.md
277
- .. _#66 : https://github.com/spoqa /nirum-python/pull/66
278
- .. _#49 : https://github.com/spoqa /nirum-python/issues/49
276
+ __ https://github.com/nirum-lang /nirum/blob/f1629787f45fef17eeab8b4f030c34580e0446b8/docs/serialization.md
277
+ .. _#66 : https://github.com/nirum-lang /nirum-python/pull/66
278
+ .. _#49 : https://github.com/nirum-lang /nirum-python/issues/49
0 commit comments