Skip to content

Commit 2bdacbd

Browse files
committed
[CHANGELOG.md] v1.0.0 updates
1 parent d6514f6 commit 2bdacbd

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## v1.0.0
4+
5+
- `fdiff executable`: added support for external executable tool diff execution with a new `--external` option
6+
- Library: major refactor of the `fdiff.diff` module
7+
- Library: add new public `external_diff` function to the `fdiff.diff` module
8+
- Library: minor refactor of `fdiff.color` module (removed unnecessary import)
9+
- [bugfix] Library: fixed bug in ANSI color output
10+
- updated fontTools dependency to v4.2.2
11+
- updated aiohttp dependency to v3.6.2
12+
- pinned the versions of the following dependencies of dependencies in the requirements.txt file: async-timeout, attrs, cffi, chardet, idna, multidict, pycares, pycparser, yarl
13+
314
## v0.5.1
415

516
- `fdiff` executable: Fix help message - added information about pre/post file argument support for URL in addition to local file paths

0 commit comments

Comments
 (0)