Skip to content

Commit

Permalink
update CHANGELOG for #158
Browse files Browse the repository at this point in the history
  • Loading branch information
etrepum committed Aug 31, 2015
1 parent 88d7eed commit 419ba96
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES.md
@@ -1,3 +1,9 @@
Version 2.13.0 released XXXX-XX-XX

* Improve response times by caching a formatted date once per second
for the response headers with a mochiweb_clock service
https://github.com/mochi/mochiweb/pull/158

Version 2.12.2 released 2015-02-21

* Close connections quietly when setopts fails with a closed socket.
Expand Down
2 changes: 1 addition & 1 deletion src/mochiweb.app.src
@@ -1,7 +1,7 @@
%% This is generated from src/mochiweb.app.src
{application, mochiweb,
[{description, "MochiMedia Web Server"},
{vsn, "2.12.2"},
{vsn, "2.13.0"},
{modules, []},
{registered, []},
{env, []},
Expand Down

0 comments on commit 419ba96

Please sign in to comment.