Stefan Bodewig - 2016-04-09

This release fixes a single bug in the CompareMatcher and
ValidationMatcher for Java and the CompareConstraint and
ValidationConstraint for NUnit2 for .NET.

If you are not using the Hamcrest matchers or NUnit2 constraints,
there is no need to upgrade from 2.1.0.

The full list of changes for XMLUnit for Java:

  • various code style fixes PR #74, PR #75, PR #78, PR #79, PR #80 by @georgekankava.

  • CompareMatcher and ValidationMatcher threw NullPointerExceptions when combined with another failing Matcher. Issue #81.

The full list of changes for XMLUnit.NET:

  • CompareConstraint and ValidationConstraint for NUnit2 threw NullReferenceExceptions when combined with another failing Constraint.
    Issue similar to xmlunit/#81.