Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 258 Bytes

CHANGELOG.rdoc

File metadata and controls

8 lines (6 loc) · 258 Bytes

Changelog

0.1.0

  • File::mkfifo now raises TypeError instead of ArgumentError for an object of incorrect type. (Quintus)

  • File::mkfifo now accepts Pathname objects. (Quintus)

  • File::mkfifo now raises IOError instead of Exception. (Quintus)