Skip to content

Commit 9998bc6

Browse files
committed
Changelog for 2.4.0
1 parent e218ae4 commit 9998bc6

File tree

1 file changed

+18
-8
lines changed

1 file changed

+18
-8
lines changed

CHANGELOG.md

Lines changed: 18 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,22 @@
33
[//]: <> (Contributor list:)
44
[@renan-s-oliveira]: https://github.com/renan-s-oliveira
55

6-
## 2.3.1
6+
## 2.x
7+
8+
### 2.4.0
9+
10+
*Dec 30, 2022*
11+
12+
* Alias all classes in `SandFox\Torrent\*` to `Arokettu\Torrent\*` in preparation for 4.0
13+
* Old package `sandfoxme/torrent-file` is now provided by the new package
14+
15+
### 2.3.1
716

817
*Dec 14, 2022*
918

1019
* sandfoxme/bencode -> arokettu/bencode
1120

12-
## 2.3.0
21+
### 2.3.0
1322

1423
*Dec 2, 2021*
1524

@@ -22,7 +31,7 @@
2231
* New method `getInfoHashes()` to get all metadata hashes as array
2332
* Fixed `detectExec` option not having any effect
2433

25-
## 2.2.0
34+
### 2.2.0
2635

2736
*Nov 30, 2021*
2837

@@ -52,37 +61,38 @@
5261
* The library now allows aligning files to piece boundaries (BEP-47)
5362
* Disabled by default. Set the new option `pieceAlign` to `true` or minimum bytes value to enable it
5463

55-
## 2.1.2
64+
### 2.1.2
5665

5766
*Sep 25, 2021*
5867

5968
* Allow bencode 3.0, bump requirements to bencode 1.7+/2.7+/3.0+
6069

61-
## 2.1.1
70+
### 2.1.1
6271

6372
*Feb 25, 2021*
6473

6574
* Fixed deprecated behavior not removed in 2.0.0:
6675
`TorrentFile::__construct()` is now private
6776

68-
## 2.1.0
77+
### 2.1.0
6978

7079
*Feb 19, 2021*
7180

7281
* Add Stream API from Bencode 1.5/2.5
7382
* Add big integer support from Bencode 1.6/2.6
7483

75-
## 2.0.0
84+
### 2.0.0
7685

7786
*Nov 17, 2020*
7887

88+
Branched from 1.3.1
89+
7990
* Bump PHP requirement to PHP 7.4
8091
* Replace `FileDataProgress` with Event Dispatcher ([PSR-14]) + `FileDataProgressEvent`
8192
* 100% test coverage
8293

8394
[PSR-14]: https://www.php-fig.org/psr/psr-14/
8495

85-
## 1.3.2
8696
## 1.x
8797

8898
### 1.4.0

0 commit comments

Comments
 (0)