Changes in version 1.1.5.9000 Changes in version 1.1.5 (2024-04-24) - brio now works in WebR. Changes in version 1.1.4 (2023-12-10) - printf()-like format strings are now safer. Changes in version 1.1.3 (2021-11-30) - Gábor Csárdi is now the maintainer. - New write_file_raw() function to write a raw vector to a file. - Fix memory leak in read_lines() (@ms609, #20) Changes in version 1.1.2 (2021-04-23) - Input filenames are now automatically converted to UTF-8 from the native encoding (@gaborcsardi, #15) - read_file_raw() now closes file handles (@pbarber, #16) Changes in version 1.1.1 (2021-01-20) - file_line_endings() now works as expected on ARM systems (#8) Changes in version 1.1.0 (2020-08-31) - New write_file() function to write an entire file (#7) - read_lines() no longer leaks file handles. - Added a NEWS.md file to track changes to the package. Changes in version 1.0.0 (2020-03-26) - Initial release