From 4c279130a2bf37099b6d74a485c495766edad8eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Barnab=C3=A1s=20P=C5=91cze?= <65779826+pobrn@users.noreply.github.com> Date: Sat, 30 Jan 2021 01:27:08 +0100 Subject: [PATCH] changelog: add pull requests #55 and #56 * Add exclude command line option. Excludes files based on a glob string (#56) * Automatically calculate piece length (#55) --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f940932..2d33640 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/). ## [Unreleased] ### Added +- `-e`/`--exclude` option to exclude files/directories based on `glob(7)` patterns. ([#56](https://github.com/pobrn/mktorrent/pull/56)) +- Automatic piece length calculation. ([#55](https://github.com/pobrn/mktorrent/pull/55)) - `CHANGELOG.md` ## [1.1] - 2017-01-11