Changes in version 0.1.4 (2024-09-28) o Add C++ namespace in API header (Dirk in #9 closing #8) o Several packaging updates: switched to Authors@R, README.md badge updates, added .editorconfig and cleanup Changes in version 0.1.3 (2024-05-14) o Add an xdr argument to disable XDR for an approx. threefold speed increase (Travers Ching and Dirk in #6) o Use R_NO_REMAP and Rf_* prefix for API calls o Minor continuous integration updates Changes in version 0.1.2 (2022-08-25) o Correct an error() call (when missing long vector support) to not use i18n macro Changes in version 0.1.1 (2022-08-07) o Updated CI use to r-ci o Expanded and updated both DESCRIPTION and README.md o Updated package internals to register compiled functions o Add support for serialization format 3, default remains 2 o Minor synchronization with upstream Changes in version 0.1.0 (2014-04-19) o Initial public version and CRAN upload o Two simple functions serializeToRaw and unserializeFromRaw are provided in this version; each takes a SEXP argument and returns a SEXP argument