Skip to content

Commit 1c2c473

Browse files
committed
Update changelog
+semver: skip
1 parent b86cdb2 commit 1c2c473

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88

99
...
1010

11+
## [3.1.3] - 2020-03-03
12+
### Added
13+
- Added `Torrent.DisplayNameUtf8` and `MultiFileInfoList.DirectoryNameUtf8`, both mapped to the `name.utf-8` field
14+
15+
### Changed
16+
- New UTF-8 fields are now also added to `BDictionary` created by `Torrent.ToBDictionary` (and used by encode methods)
17+
18+
### Fixed
19+
- `Torrent.NumberOfPieces` is now correctly calculated by dividing by 20 instead of `Pieces.Length` (introduced in 3.1.0) (#48)
20+
1121
## [3.1.0] - 2020-02-28
1222
### Added
1323
- Added `FileNameUtf8` and `PathUtf8` and `FullPathUtf8` properties to `SingleFileInfo`/`MultiFileInfo` (#47)
@@ -135,7 +145,8 @@ and generally better usability; albeit a bit more complex.
135145
## [1.0.0] - 2015-09-19
136146

137147

138-
[Unreleased]: ../../compare/v3.1.0...HEAD
148+
[Unreleased]: ../../compare/v3.1.3...HEAD
149+
[3.1.3]: ../../compare/v3.1.0...v3.1.3
139150
[3.1.0]: ../../compare/v3.0.1...v3.1.0
140151
[3.0.1]: ../../compare/v3.0.0...v3.0.1
141152
[3.0.0]: ../../compare/v2.3.0...v3.0.0

0 commit comments

Comments
 (0)