GroupDocs.Merger for .NET 21.3 Release Notes

Major Features

There are a few fixed bugs in this regular monthly release. The most notable are:

  • The surrogate pair (0xD83D, 0xD83D) is invalid. A high surrogate character (0xD800 - 0xDBFF) must always be paired with a low surrogate character (0xDC00 - 0xDFFF);
  • The method or operation is not implemented.

Full List of Issues Covering all Changes in this Release

KeySummaryCategory
MERGERNET-1030The surrogate pair (0xD83D, 0xD83D) is invalid. A high surrogate character (0xD800 - 0xDBFF) must always be paired with a low surrogate character (0xDC00 - 0xDFFF)Bug
MERGERNET-1054The method or operation is not implementedBug

Public API and Backward Incompatible Changes

None.