Skip to content

Commit bcfefdf

Browse files
committed
chore: fix history
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 1bd8861 commit bcfefdf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

HISTORY.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
## unreleased
66

77
* Docs
8-
* Use [TSDoc](https://tsdoc.org/) syntax in TypeScript files, instead of [JSDoc](https://jsdoc.app/) (via [#318])
8+
* Use [TSDoc](https://tsdoc.org/) syntax in TypeScript files, instead of [JSDoc](https://jsdoc.app/) (via [#318])
99

1010
## 1.10.0 - 2023-01-28
1111

@@ -16,7 +16,7 @@ All notable changes to this project will be documented in this file.
1616
* XML serializer now properly throws `UnsupportedFormatError` if it is unsupported by the supplied Spec (via [#438])
1717
* Misc
1818
* Added tests for internal helpers (via [#431])
19-
* Added more internal sortable data types (via [#165])
19+
* Added more internal sortable data types (via [#165])
2020
* Fixed type hints in internals (via [#432])
2121
* Fixed type refs and links in doc-strings (via [#437])
2222
* Slightly improved performance of compare methods when reproducible results were needed (via [#433])
@@ -88,7 +88,7 @@ Maintenance release.
8888
* Removed synthetic default imports im TypeScript sources. (via [#243])
8989
The resulting _JavaScript_ did not change in functionality.
9090
Downstream users of the _TypeScript_ sources/definitions might consider this a feature,
91-
as they are no longer required to compile with `allowSyntheticDefaultImports` enabled.
91+
as they are no longer required to compile with `allowSyntheticDefaultImports` enabled.
9292
* Added
9393
* Documentation and example regarding dependency tree modelling were added in multiple places. (via [#250])
9494
* Build

0 commit comments

Comments
 (0)