Changes in version 0.2.4 (2025-01-19) o Use Rcpp::RawVector instead of std::vector saving extra copy (Travers in #16) o Several updates to README.md with R Journal paper, add badges, add Authors@R, add CITATION file, add repo info to DESCRIPTION o Update continuous integration via r-ci o Update to no longer require compilation standard Changes in version 0.2.3 (2018-11-18) o New functions msgpack_read and msgpack_write for efficient direct access to MessagePackage content from files (#13). o Several internal code polishes to smooth compilation (#14 and #15). Changes in version 0.2.2 (2018-05-06) o Apply a static_cast from upstream to suppress a warning from g++-8.1 as requested by CRAN. Changes in version 0.2.1 (2018-01-16) o Some corrections and update to DESCRIPTION, README.md, msgpack.org.md and vignette (#6). o Update to c_pack.cpp and tests (#7). o More efficient packing of vectors (#8). o Support for timestamps and NAs (#9). o Conditional use of microbenchmark in tests/ as required for Suggests: package [CRAN request] (#10). o Minor polish to tests relaxing comparison of timestamp, and avoiding a few g++ warnings (#12 addressing #11). Changes in version 0.2.0 (2017-09-07) o Added support for building on Windows o Upgraded to MsgPack 2.1.5 (#3) o New R functions to manipulate MsgPack objects: msgpack_format, msgpack_map, msgpack_pack, msgpack_simplify, mgspack_unpack (#4) o New R functions also available as msgpackFormat, msgpackMap, msgpackPack, msgpackSimplify, mgspackUnpack (#4) o New vignette and new tests (#4). o Some post-processing and polishing (#5). Changes in version 0.1.1 (2017-06-12) o Updated included MsgPack headers to version 1.4.2 o Updated RcppExports, README.md, DESCRIPTION. Changes in version 0.1.0 o First Version, released only to drat repository