Skip to content

Commit 012cdd0

Browse files
committed
Update docs/changelog.md and set new release id in docs/_config.yml
1 parent 3b3c562 commit 012cdd0

File tree

3 files changed

+11983
-1
lines changed

3 files changed

+11983
-1
lines changed

docs/_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: >-
55
url: 'https://sinonjs.org'
66
github_username: sinonjs
77
sinon:
8-
current_release: v7.5.0
8+
current_release: v8.0.0
99
markdown: kramdown
1010
kramdown:
1111
input: GFM

docs/changelog.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ permalink: /releases/changelog
55
---
66
# Changelog
77

8+
8.0.0 / 2019-12-22
9+
==================
10+
11+
The major release is caused by removing old mistakes and upgrading dependencies that themselves have had new major releases.
12+
13+
* Upgrade nise, @sinonjs/formatio, @sinonjs/samsam and @sinonjs/referee
14+
* Update lolex and nise to get new async timer methods (see https://github.com/sinonjs/lolex/blob/master/CHANGELOG.md)
15+
* Remove `sinon.spyCall`
16+
* Remove `sinon.sandbox.create`
17+
* Remove obsolete `deprecated.printWarning` stubbing from test
18+
819
7.5.0 / 2019-09-23
920
==================
1021

0 commit comments

Comments
 (0)