Skip to content

Commit

Permalink
Say thanks
Browse files Browse the repository at this point in the history
  • Loading branch information
graph committed Feb 12, 2024
1 parent 39e329e commit deedaef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,12 +170,12 @@ All tests pass on linux & mac. Most pass under mingw & MSVC.
# 0.5.0 TBA
- fixed #16 is_drive had a typo and so lowercase drives weren't properly
interpretted.
- fixed #2 subprocess.run() respects timeout passed in.
interpretted. Thanks [DarkCat5501](https://github.com/DarkCat5501)
- fixed #2 subprocess.run() respects timeout passed in. Thanks [wgshwn](https://github.com/wgshwn).
- breaking: RunOptions which is used in subprocess::run order is changed to be
identical to python subprocess::run. This effects users using c++20 designated
initializers. Prior versions of compilers didn't seem to care about order.
- fixed #5 cin double closed.
- fixed #5 cin double closed. Thanks [GerHobbelt][https://github.com/GerHobbelt]
# 0.4.0
Expand Down

0 comments on commit deedaef

Please sign in to comment.