Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 484 Bytes

versions.md

File metadata and controls

13 lines (9 loc) · 484 Bytes

v2.3.0

  • Fix symbol visibility for exception classes

    Exception changed to be a base class without inheriting from std::exception. Exception classes are exported.

v2.0.0

  • Support of Extended CDR Representation: encoding versions 1 and 2.

    Introduced API break with previous versions. Mainly CdrType enumeration, used in the constructor of Cdr, was renamed to CdrVersion. And DDSCdrPlFlag enumeration was also renamed to EncodingAlgorithmFlag.