Skip to content

Commit

Permalink
Update HISTORY to prepare for Release 1.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
howardabrams committed Feb 16, 2018
1 parent baa05e5 commit a569720
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
@@ -1,6 +1,6 @@
# Contributing

Contributions are always welcome, no matter how large or small. Here are the guidelines we ask our contributors to follow:
As a community-focused, open source project, contributions are always welcome, no matter how large or small. Here are the guidelines we ask our contributors to follow:

- [Code of Conduct](#coc)
- [Issues and Bugs](#issue)
Expand Down
15 changes: 15 additions & 0 deletions HISTORY.md
@@ -1,3 +1,18 @@
v 1.6.7
-------

- Set an expiration date to a cookie when deleting it [#155][115]
- No `finish` event, `end` event called when it shouldn't be. [#112][112]
- Add support for [append][] on MockResponse [#143][143]

Special shoutout to [Eugene Fidelin](https://github.com/eugef) for
joining the team and helping out so much.

[112]: https://github.com/howardabrams/node-mocks-http/issues/112
[143]: https://github.com/howardabrams/node-mocks-http/issues/143
[155]: https://github.com/howardabrams/node-mocks-http/issues/155
[append]: http://expressjs.com/en/api.html#res.append

v 1.6.6
-------

Expand Down

0 comments on commit a569720

Please sign in to comment.