diff --git a/CHANGES.rst b/CHANGES.rst index ee81d06..409cf25 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -14,6 +14,10 @@ Changes It's not currently accessaible thtough the CLI, the question is it is better to add a new formatter name, or an option to pass in formatter flags. + - Added option to XMLFormatter to use replace tags + - in _make_diff_tags after diffing, neighboring delete/insert diffs are joined to a replace tag + - the deleted text is added as an attribute ("old-text") + - the inserted text is the element's text 2.6.3 (2023-05-21) ------------------ diff --git a/README.txt b/README.txt deleted file mode 100644 index de1f3e2..0000000 --- a/README.txt +++ /dev/null @@ -1,3 +0,0 @@ -See README.rst for general information -See LICENSE.txt for Licensing information. -See docs/source/contributing.rst for development information