Skip to content

Commit 9ad5d4d

Browse files
author
Will
committed
changelog: 0.13.6
1 parent 4af9d7e commit 9ad5d4d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,17 @@
22

33
## 0.13.6
44

5+
Special thanks to @DanielCodesphere and @jordan-woyak for their important contributions in this release.
6+
57
- **PR#77, DanielCodesphere**
68
fix(inotify): add `IN_CLOEXEC` and `IN_NONBLOCK` flags to inotify init.
79
This stops child processes from inheriting open inotify watches
810
- **PR#76, jordan-woyak**
911
Linux: Fix `epoll_wait` failing with `EINTR`.
1012
`epoll_wait` can spontaneously fail with `EINTR`.
1113
- Fixed Issue 73 (Rename events are occasionally split into two events on linux).
14+
- **PR#78, DanielCodesphere**
15+
fix(inotify): correct event type for symlinks
1216

1317
## 0.13.5
1418
- C++17 compatibility fixes on Linux (avoid captured structured bindings).

0 commit comments

Comments
 (0)