bring CHANGES.md up to date
Project: http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/commit/b57014d2 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/tree/b57014d2 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/diff/b57014d2 Branch: refs/heads/1843-feature-bigcouch Commit: b57014d215a2254f5988ac9b82b198277cecddc4 Parents: b0cb5dc Author: Bob Ippolito <[email protected]> Authored: Thu Aug 1 13:04:34 2013 -0700 Committer: Bob Ippolito <[email protected]> Committed: Thu Aug 1 13:04:34 2013 -0700 ---------------------------------------------------------------------- CHANGES.md | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/blob/b57014d2/CHANGES.md ---------------------------------------------------------------------- diff --git a/CHANGES.md b/CHANGES.md index 06a8b5f..05a71a5 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,11 @@ Version 2.7.0 released XXXX-XX-XX +* Makefile fixed to make `make test` work before `make all` + https://github.com/mochi/mochiweb/pull/116 +* Usage of the crypto module made R16B01+ compatible + https://github.com/mochi/mochiweb/pull/115 +* Build fixed for R16B01 + https://github.com/mochi/mochiweb/pull/112 * `mochiweb_socket_server:stop/1` is now a synchronous call instead of an asynchronous cast * `mochiweb_html:parse_tokens/1` (and `parse/1`) will now create a
