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 May 22, 2017
1 parent d4b30b0 commit 64d51be
Show file tree
Hide file tree
Showing 3 changed files with 11,774 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: v2.2.0
current_release: v2.3.0
markdown: kramdown
kramdown:
input: GFM
Expand Down
8 changes: 8 additions & 0 deletions docs/changelog.md
Expand Up @@ -5,6 +5,14 @@ permalink: /releases/changelog
---
# Changelog

2.3.0 / 2017-05-22
==================

* Allow stubbing of accessors with and without sandbox (#1416)
* add throwsArg(index) to stubs (#1319)
* Fix: forEach() requires 'this' argument (#1356)
* Only reset history when calling resetHistory()

2.2.0 / 2017-05-02
==================

Expand Down

0 comments on commit 64d51be

Please sign in to comment.