Skip to content

Commit

Permalink
CHANGELOG: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
siddharthvp committed Sep 18, 2023
1 parent 3e936ea commit 4442b4a
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 @@ -15,7 +15,7 @@ Only breaking changes, deprecations and the like are documented in this change l
- mwn.table -> Mwn.Table
- Class for querying Wikimedia EventStreams have been removed. Consider using the dedicated library [wikimedia-streams](https://www.npmjs.com/package/wikimedia-streams) instead.
- set* methods on MwnDate objects (eg. `setUTCDate`) used to be chainable as they returned `this`. Because MwnDate extends the native Date, the change in return values was not possible to represent in TypeScript types ([Liskov substitution principle](https://en.wikipedia.org/wiki/Liskov_substitution_principle)). This undocumented feature has now been removed for the sake of accurate types.
- `printYaml` logging config option used by is no longer supported in Mwn.setLoggingConfig() method.
- `printYaml` logging config option is no longer supported in Mwn.setLoggingConfig() method.
- mwn#queryAuthors() which had been deprecated has now been removed. Instead, please use `queryAuthors()` method on page objects.

#### 0.11.0
Expand Down

0 comments on commit 4442b4a

Please sign in to comment.