From 7162fa76f64594ddad37399e4ef63e1d765b2766 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20L=C3=BChne?= Date: Tue, 20 Jun 2017 03:27:06 +0200 Subject: [PATCH] Updated change log with new compatibility parsing mode. --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d27fdb4..ab9d99c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ Features: * improved command-line interface * new command-line option `--log-level` to control which status messages should be shown * new command-line option `--warnings-as-errors` to abort program execution upon warnings (replaces `--warning-level`) +* compatibility mode for parser, which supports more legacy domains +* new command-line option `--parsing-mode` to specify whether to apply strict or compatibility parsing rules Internal: