Skip to content

Commit 108ac04

Browse files
committed
Update docs/changelog.md and set new release id in docs/_config.yml
1 parent 3f5c869 commit 108ac04

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

docs/_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: |
55
url: 'http://sinonjs.org'
66
github_username: sinonjs
77
sinon:
8-
current_release: v1.17.7
8+
current_release: v2.0.0
99
next_release: v2.0.0-pre.6
1010
markdown: kramdown
1111
kramdown:

docs/changelog.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ title: Changelog
44
permalink: /releases/changelog
55
---
66
# Changelog
7+
2.0.0 / 2017-03-15
8+
==================
9+
10+
* Add restore method for stubbed property descriptors
11+
* Allow stubbing getters and setters for function properties
12+
* Add getters/setters stub behaviors
13+
* Refactor xhr and xhr.upload to use the same EventTargetHandler
14+
* Remove SSL part of base url
15+
716
v2.0.0-pre.6 / 2017-02-27
817
=========================
918

0 commit comments

Comments
 (0)