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
cjohansen committed Mar 15, 2017
1 parent 3f5c869 commit 108ac04
Show file tree
Hide file tree
Showing 2 changed files with 10 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: v1.17.7
current_release: v2.0.0
next_release: v2.0.0-pre.6
markdown: kramdown
kramdown:
Expand Down
9 changes: 9 additions & 0 deletions docs/changelog.md
Expand Up @@ -4,6 +4,15 @@ title: Changelog
permalink: /releases/changelog
---
# Changelog
2.0.0 / 2017-03-15
==================

* Add restore method for stubbed property descriptors
* Allow stubbing getters and setters for function properties
* Add getters/setters stub behaviors
* Refactor xhr and xhr.upload to use the same EventTargetHandler
* Remove SSL part of base url

v2.0.0-pre.6 / 2017-02-27
=========================

Expand Down

0 comments on commit 108ac04

Please sign in to comment.