Skip to content

Commit 461ec2e

Browse files
committed
Update changelog
+semver: skip
1 parent ad7c504 commit 461ec2e

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
...
10+
11+
## [3.1.0] - 2020-02-28
812
### Added
9-
- Added `FileNameUtf8` and `PathUtf8` and `FullPathUtf8` properties to `SingleFileInfo`/`MultiFileInfo`
10-
- These properties reads from `name.utf-8` and `path.utf-8` fields.
13+
- Added `FileNameUtf8` and `PathUtf8` and `FullPathUtf8` properties to `SingleFileInfo`/`MultiFileInfo` (#47)
14+
- These properties reads from the `name.utf-8` and `path.utf-8` fields.
15+
16+
### Changed
17+
- `Torrent.NumberOfPieces` now uses `Pieces.Length` instead of `TotalSize` for the calculation (#48)
1118

1219
## [3.0.1] - 2019-10-17
1320
### Fixed
@@ -128,7 +135,8 @@ and generally better usability; albeit a bit more complex.
128135
## [1.0.0] - 2015-09-19
129136

130137

131-
[Unreleased]: ../../compare/v3.0.1...HEAD
138+
[Unreleased]: ../../compare/v3.1.0...HEAD
139+
[3.1.0]: ../../compare/v3.0.1...v3.1.0
132140
[3.0.1]: ../../compare/v3.0.0...v3.0.1
133141
[3.0.0]: ../../compare/v2.3.0...v3.0.0
134142
[2.3.0]: ../../compare/v2.2.9...v2.3.0

0 commit comments

Comments
 (0)