Skip to content

Commit

Permalink
CHANGELOG: give a hint about how to get type defs
Browse files Browse the repository at this point in the history
The naming convention for DefinitelyTyped packages for namespaced packages is a bit obscure, so being explicit is nice (even if `tsc` does give the same hint).
  • Loading branch information
glasser committed Sep 28, 2021
1 parent 93f3f62 commit eeccba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
8.0.0 / 2021-09-15
==================

* Remove generated typescript definitions (#386)
* Remove generated typescript definitions. If you use this package with TypeScript, install `@types/sinonjs__fake-timers` after upgrading (#386)
* Issue 390 implicit dependencies on faking interval (#391)
* replace var with const/let (#392)
* Retry - Add stack trace to code recursively scheduling timers #325 (#375)
Expand Down

0 comments on commit eeccba9

Please sign in to comment.