You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,18 +15,18 @@ All notable changes to this project will be documented in this file.
15
15
16
16
## Added
17
17
18
-
* Added support for Python 3.11 (#696)
19
-
* Added support for Python 3.10 (#680)
18
+
* Added support for Python 3.11 ([#696](https://github.com/wasmerio/wasmer-python/issues/696))
19
+
* Added support for Python 3.10 ([#680](https://github.com/wasmerio/wasmer-python/issues/680))
20
20
* Improvements to the documentation ([e880e25](https://github.com/wasmerio/wasmer-python/commit/e880e25))
21
21
22
22
## Changed
23
23
24
-
* Updated to the latest version of Maturin (0.14.17) to fix failing Windows builds (#715)
24
+
* Updated to the latest version of Maturin (0.14.17) to fix failing Windows builds ([#715](https://github.com/wasmerio/wasmer-python/issues/715))
25
25
26
26
## Fixed
27
-
* Fixed compatibility issues with Python 3.11 (#696)
28
-
* Fixed compatibility issues with Python 3.10 (#680)
29
-
* Fixed typos in the documentation (#639, #681)
27
+
* Fixed compatibility issues with Python 3.11 ([#696](https://github.com/wasmerio/wasmer-python/issues/696))
28
+
* Fixed compatibility issues with Python 3.10 ([#680](https://github.com/wasmerio/wasmer-python/issues/680))
29
+
* Fixed typos in the documentation ([#639](https://github.com/wasmerio/wasmer-python/issues/639), [#681](https://github.com/wasmerio/wasmer-python/issues/681))
0 commit comments