File tree Expand file tree Collapse file tree 2 files changed +15
-2
lines changed
Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 11# Hyperlink Changelog
22
3+ ## 21.0.0
4+
5+ * (January 7, 2021)*
6+
7+ * Update plus sign (` + ` ) handling to work with/like HTML form encoding
8+ (` POST ` ) by default, fixes [ #129 ] [ i129 ] , and associated roundtripping ([ #146 ] [ i146 ] ).
9+ * Package IDNA tables. ([ #134 ] [ i134 ] )
10+ * Long overdue dependency bumps
11+
12+ [ i129 ] : https://github.com/python-hyper/hyperlink/issues/129
13+ [ i134 ] : https://github.com/python-hyper/hyperlink/issues/134
14+ [ i146 ] : https://github.com/python-hyper/hyperlink/issues/146
15+
316## 20.0.1
417
518* (August 4, 2020)*
Original file line number Diff line number Diff line change 6464copyright = u'2018, Mahmoud Hashemi'
6565author = u'Mahmoud Hashemi'
6666
67- version = '20 .0'
68- release = '20 .0.1 '
67+ version = '21 .0'
68+ release = '21 .0.0 '
6969
7070if os .name != 'nt' :
7171 today_fmt = '%B %d, %Y'
You can’t perform that action at this time.
0 commit comments