Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Conduitry committed Jun 1, 2020
1 parent 71d47b0 commit ce54f9c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
## Unreleased

* Prevent client-side app from re-rendering over a server-generated error ([#720](https://github.com/sveltejs/sapper/issues/720))
* In SSR, include `Authorization` header when including cookies ([#880](https://github.com/sveltejs/sapper/issues/880))
* In SSR, default to `credentials: 'same-origin'` ([#881](https://github.com/sveltejs/sapper/issues/881))
* Do not restart dev server while it is already restarting ([#920](https://github.com/sveltejs/sapper/issues/920))
* Log details of Rollup errors instead of swallowing them ([#1221](https://github.com/sveltejs/sapper/issues/1221), [#1234](https://github.com/sveltejs/sapper/issues/1234))

Expand Down

0 comments on commit ce54f9c

Please sign in to comment.