[go: up one dir, main page]

File: NEWS.md

package info (click to toggle)
r-cran-brio 1.1.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 260 kB
  • sloc: ansic: 334; sh: 17; makefile: 2
file content (29 lines) | stat: -rw-r--r-- 648 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# brio 1.1.3

* 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)

# 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)

# brio 1.1.0

* 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.

# brio 1.0.0

* Initial release