638 B
638 B
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[Unreleased]
Added
Changed
Removed
Security
0.18.0
Changed
printlnis renamed toprintln_prefixedto better represent the functions behavior.- The new
printlnachieves the same behavior asprintln!. - The new
print_inlineis renamed toprint, and acts the same asprint!. - All print function variants now swallow
BrokenPipeerrors.