Skip to content

Commit

Permalink
Update NEWS to reflect addition of CloseWrite event flag in kqueue_mo…
Browse files Browse the repository at this point in the history
…nitor and inotify_monitor
  • Loading branch information
emcrisostomo committed Jan 9, 2025
1 parent 311b414 commit 4ea1cbb
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
NEWS
****

New in current-develop:

* Added event flag CloseWrite: file open for write has been closed.

* kqueue_monitor: added support for CloseWrite, adding support for events of
type NOTE_CLOSE_WRITE.

* inotify_monitor: added support for CloseWrite, adding support for events of
type IN_CLOSE_WRITE.

New in 1.18.0:

* The C++17 standard has been adopted: code has been rewritten and simplified
Expand Down

0 comments on commit 4ea1cbb

Please sign in to comment.