# brio 1.1.2
* Input filenames are now automatically converted to UTF-8 from the native encoding (@gaborcsardi, #15)
* `read_file_raw()` now closes file handles (@pbarber, #16)
# brio 1.1.1
* `file_line_endings()` now works as expected on ARM systems (#8)
Functions to handle basic input output, these functions always read
and write UTF-8 (8-bit Unicode Transformation Format) files and
provide more explicit control over line endings.