Skip to content

Commit 873919c

Browse files
committed
change log for 1.3.0, unreleased
1 parent b79722c commit 873919c

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,22 @@
11
## 1.3.0 (unreleased)
22

3+
* Remove _log_ dependency, which was only used sparsely as a poor workaround
4+
for unspecific `Error::Header` errors. ([#25])
5+
6+
* Upgrade to _bytes_ 1.0.0 (paolobarbolini [#31])
7+
8+
* Lift prior constraint on _http_ dependency (optimistically hoping for no
9+
further 0.2.z anomalous releases).
10+
11+
[#25]: https://github.com/dekellum/hyperx/pull/25
12+
[#31]: https://github.com/dekellum/hyperx/pull/31
13+
314
## 1.2.1 (2021-1-7)
415

5-
* Constrain http dep for remaining 1.2 series due to dubious release
6-
practices. This will be lifted in 1.3.0, see this
7-
[github comment](https://github.com/hyperium/http/pull/461#issuecomment-756298944).
16+
* Constrain _http_ dependency to <0.2.3 for remaining 1.2 series due to dubious
17+
release practices. This will be lifted in 1.3.0, see this [github comment][461].
18+
19+
[461]: https://github.com/hyperium/http/pull/461#issuecomment-756298944
820

921
## 1.2.0 (2020-10-6)
1022

0 commit comments

Comments
 (0)