We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4af9d7e commit 9ad5d4dCopy full SHA for 9ad5d4d
1 file changed
changelog.md
@@ -2,13 +2,17 @@
2
3
## 0.13.6
4
5
+Special thanks to @DanielCodesphere and @jordan-woyak for their important contributions in this release.
6
+
7
- **PR#77, DanielCodesphere**
8
fix(inotify): add `IN_CLOEXEC` and `IN_NONBLOCK` flags to inotify init.
9
This stops child processes from inheriting open inotify watches
10
- **PR#76, jordan-woyak**
11
Linux: Fix `epoll_wait` failing with `EINTR`.
12
`epoll_wait` can spontaneously fail with `EINTR`.
13
- 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
16
17
## 0.13.5
18
- C++17 compatibility fixes on Linux (avoid captured structured bindings).
0 commit comments