Skip to content

Commit 5d51075

Browse files
committed
Update changes log about the potential exit(normal) incompatibility
1 parent e56a4dc commit 5d51075

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGES.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
New version
2+
3+
* Crashing client processes now exit with reason
4+
`{shutdown, Error}`. This ensures processes
5+
linked to the connection process are also
6+
cleaned up. If exit `normal` was caught in a
7+
request loop callback, for example in a
8+
`try ... catch exit:normal ...` expression,
9+
that expression might have to be updated to
10+
handle the `{shutdown, Error}` error reason.
11+
https://github.com/mochi/mochiweb/pull/238
12+
113
Version 2.22.0 released 2021-08-23
214

315
* Renamed master branch to main

0 commit comments

Comments
 (0)