Skip to content

Commit afb542b

Browse files
committedAug 26, 2017
update history.md for 7.2.x
1 parent 4633eff commit afb542b

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed
 

‎history.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,17 @@
11
# History
22

3+
## 7.2.1
4+
5+
- Respond to CORS preflights with 200, 0 length body [#359](https://github.com/alexmingoia/koa-router/issues/359)
6+
7+
## 7.2.0
8+
9+
- Fix a bug in Router#url and append Router object to ctx. [#350](https://github.com/alexmingoia/koa-router/pull/350)
10+
- Adds `_matchedRouteName` to context [#337](https://github.com/alexmingoia/koa-router/pull/337)
11+
312
## 7.1.1
413

5-
- Fix bug where param handlers were run out of order (#282)
14+
- Fix bug where param handlers were run out of order [#282](https://github.com/alexmingoia/koa-router/pull/282)
615

716
## 7.1.0
817

0 commit comments

Comments
 (0)
Please sign in to comment.