We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebcb740 commit 2cf0f46Copy full SHA for 2cf0f46
CHANGELOG.md
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## [Unreleased]
8
9
+## [3.0.1] - 2019-10-17
10
+### Fixed
11
+- Fixed missing parser for `Torrent` (#44)
12
+
13
14
## [3.0.0] - 2019-10-13
15
There is a few changes to the public API, but most people shouldn't be affected by this unless they have extended/overriden functionality.
@@ -121,7 +125,8 @@ and generally better usability; albeit a bit more complex.
121
125
## [1.0.0] - 2015-09-19
122
126
123
127
124
-[Unreleased]: ../../compare/v3.0.0...HEAD
128
+[Unreleased]: ../../compare/v3.0.1...HEAD
129
+[3.0.1]: ../../compare/v3.0.0...v3.0.1
130
[3.0.0]: ../../compare/v2.3.0...v3.0.0
131
[2.3.0]: ../../compare/v2.2.9...v2.3.0
132
[2.2.9]: ../../compare/v2.2.0...v2.2.9
0 commit comments