1f4329119c5bb8a3d148e51c6ba02e92b8b7831238e65111fbff210568f9ffeac8a1bed882fe78698896ec19c2d7d7c3a329751f6067f2777f8c635cdbbe82 718 B

1234567891011121314151617181920212223242526
  1. # Change Log
  2. All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
  3. <a name="2.0.0"></a>
  4. # [2.0.0](https://github.com/yargs/set-blocking/compare/v1.0.0...v2.0.0) (2016-05-17)
  5. ### Features
  6. * add an isTTY check ([#3](https://github.com/yargs/set-blocking/issues/3)) ([66ce277](https://github.com/yargs/set-blocking/commit/66ce277))
  7. ### BREAKING CHANGES
  8. * stdio/stderr will not be set to blocking if isTTY === false
  9. <a name="1.0.0"></a>
  10. # 1.0.0 (2016-05-14)
  11. ### Features
  12. * implemented shim for stream._handle.setBlocking ([6bde0c0](https://github.com/yargs/set-blocking/commit/6bde0c0))