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
fatso83 committed Mar 20, 2017
1 parent 17e735d commit 9157d41
Show file tree
Hide file tree
Showing 3 changed files with 11,540 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/_config.yml
@@ -1,9 +1,9 @@
title: Sinon.JS
description: Standalone test spies, stubs and mocks for JavaScript. Works with any unit testing framework.
description: 'Standalone test spies, stubs and mocks for JavaScript. Works with any unit testing framework.'
url: 'http://sinonjs.org'
github_username: sinonjs
sinon:
current_release: v2.0.0
current_release: v2.1.0
markdown: kramdown
kramdown:
input: GFM
Expand Down
8 changes: 8 additions & 0 deletions docs/changelog.md
Expand Up @@ -4,7 +4,15 @@ title: Changelog
permalink: /releases/changelog
---
# Changelog
2.1.0 / 2017-03-20
==================

* Redesign the template (#1339)
* [feature] adds spy.calledImmediatelyBefore and spy.calledImmediatelyAfter
* Fix issue #1332: little bug correction in spy.printf "%*" formatter.

2.0.0 / 2017-03-15
==================

* Add restore method for stubbed property descriptors
* Allow stubbing getters and setters for function properties
Expand Down

0 comments on commit 9157d41

Please sign in to comment.