From b3e14444032ea1e7777d3e18bed883a3035ff0a3 Mon Sep 17 00:00:00 2001 From: Michael Grafnetter Date: Tue, 23 Apr 2019 21:34:01 +0200 Subject: [PATCH] Updated changelog with a hyperlink --- Documentation/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/CHANGELOG.md b/Documentation/CHANGELOG.md index 1e4f3b0..fe645ec 100644 --- a/Documentation/CHANGELOG.md +++ b/Documentation/CHANGELOG.md @@ -8,7 +8,7 @@ All notable changes to this project will be documented in this file. The format - The [Test-PasswordQuality](PowerShell/Test-PasswordQuality.md) cmdlet now has a proper documentation, including usage examples. ### Fixed - - The PWDump export format is now more compatible with some 3rd party tools, e.g. ElcomSoft Distributed Password Recovery, although the ASCII encoding still must be enforced. + - The [PWDump](PowerShell/Readme.md#other-formats) export format is now more compatible with some 3rd party tools, e.g. ElcomSoft Distributed Password Recovery, although the ASCII encoding still must be enforced. - The speed of processing the `-WeakPasswordHashesFile` and `-WeakPasswordsFile` parameters of the [Test-PasswordQuality](PowerShell/Test-PasswordQuality.md) cmdlet has significantly been increased. - Parsing of roamed credentials is now slightly faster. - Documentation improvements!