We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents af661f1 + f455126 commit cab4474Copy full SHA for cab4474
CHANGES.md
@@ -1,3 +1,8 @@
1
+Version 3.2.0 released 2023-08-31
2
+
3
+* Add new mochiweb_request:is_closed/1 function
4
+ https://github.com/mochi/mochiweb/pull/258
5
6
Version 3.1.2 released 2023-04-20
7
8
* Fix rebar edoc settings
src/mochiweb.app.src
@@ -1,7 +1,7 @@
%% This is generated from src/mochiweb.app.src
{application, mochiweb,
[{description, "MochiMedia Web Server"},
- {vsn, "3.1.2"},
+ {vsn, "3.2.0"},
{modules, []},
{registered, []},
{env, []},
0 commit comments