- Allow rfl::Box to be copyable, when desired. Thanks to @jmcken8 for this contribution.
- Change back to tomlplusplus as this library now has a config.cmake on vcpkg.
- Serialize byte strings as binaries. Thanks to @Altren for this contribution.
- Add support for std::chrono::duration.
- Allow the extension of the enum range support. Thanks to @jokla for this contribution.
- Bugfix in tags. Thanks to @seashell11234455 .
- Move optionals instead of copying them. Thanks to @jmcken8.