Skip to content

Commit

Permalink
Update docs/changelog.md and set new release id in docs/_config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mroderick committed Jan 8, 2018
1 parent 078c082 commit 1ea2749
Show file tree
Hide file tree
Showing 3 changed files with 14,185 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_config.yml
Expand Up @@ -5,7 +5,7 @@ description: >-
url: 'http://sinonjs.org'
github_username: sinonjs
sinon:
current_release: v4.1.3
current_release: v4.1.4
markdown: kramdown
kramdown:
input: GFM
Expand Down
6 changes: 6 additions & 0 deletions docs/changelog.md
Expand Up @@ -5,6 +5,12 @@ permalink: /releases/changelog
---
# Changelog

4.1.4 / 2018-01-08
==================

* Fix: assertion error messages did not handle Symbol names (#1640)
* Deprecate spy.reset(), use spy.resetHistory() instead (#1446)

4.1.3 / 2017-12-07
==================

Expand Down

0 comments on commit 1ea2749

Please sign in to comment.