Skip to content

Commit

Permalink
docs: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
knsd committed Feb 25, 2023
1 parent 7e3a615 commit eb54c0c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ Here you can see the full list of changes between each daemonize release.
Version 0.5.0
-------------

Released on February 25, 2023

* Make tests pass on NetBSD, #37
* Don't close file descriptors since dup2 will close it atomically before dup, #41
* Replace dependency tempdir with tempfile, #42
Expand All @@ -17,6 +19,8 @@ Version 0.5.0
* Hide User implementations
* Add Mask type
* Add an option to keep parent process alive after daemonize
* Wait for the first child to fork
* Ensure pid file ends with line separator

Version 0.4.1
-------------
Expand Down

0 comments on commit eb54c0c

Please sign in to comment.