CHANGELOG.md in pitchfork-0.15.0 vs CHANGELOG.md in pitchfork-0.16.0
- old
+ new
@@ -1,6 +1,11 @@
# Unreleased
+# 0.16.0
+
+- Use `exit!` for exiting the middle process when forking a new worker or mold.
+ This skips `at_exit` and finalizer hooks, which shouldn't be needed.
+
# 0.15.0
- Encode pure ASCII strings in Rack env as UTF-8, as allowed by the rack spec.
Other strings remain as ASCII-8BIT aka BINARY as required by the rack spec.
- Fix compatibility with Rack 3.1.
\ No newline at end of file