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 db81419 commit 380e14fCopy full SHA for 380e14f
.gitlab-ci.yml
@@ -38,11 +38,11 @@ test-7.4:
38
stage: test
39
image: php:7.4
40
41
-## latest PHP 8
42
-test-8:
+## current release
+test-8.0:
43
extends: .test
44
45
- image: php:8
+ image: php:8.0
46
47
# latest unstable
48
test-rc:
CHANGELOG.md
@@ -3,6 +3,13 @@
3
[//]: <> (Contributor list:)
4
[@renan-s-oliveira]: https://github.com/renan-s-oliveira
5
6
+## 2.1.1
7
+
8
+_Feb 25, 2021_
9
10
+* Fixed deprecated behavior not removed in 2.0.0:
11
+ `TorrentFile::__construct()` is now private
12
13
## 2.1.0
14
15
_Feb 19, 2021_
0 commit comments