Skip to content

Commit

Permalink
Fix markup in CHANGELOG for [email protected] (#18607)
Browse files Browse the repository at this point in the history
Before:
<img width="951" alt="Снимок экрана 2025-02-05 в 11 10 16"
src="https://github.com/user-attachments/assets/e79c8ddc-1c84-46cc-b157-329e49d72c70"
/>

After:
<img width="918" alt="Снимок экрана 2025-02-05 в 11 11 06" src="https://github.com/user-attachments/assets/e813d448-afa2-46ca-aaa0-5e0c94886bc2" />
  • Loading branch information
sobolevn authored Feb 5, 2025
1 parent 5aa3457 commit 88d6890
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,11 @@ Mypy is up to 40% faster in some use cases. This improvement comes largely from
of the garbage collector. Additionally, the release includes several micro-optimizations that may
be impactful for large projects.

Contributed by Jukka Lehtosalo (PR [18306](https://github.com/python/mypy/pull/18306),
PR [18302](https://github.com/python/mypy/pull/18302, PR [18298](https://github.com/python/mypy/pull/18298,
PR [18299](https://github.com/python/mypy/pull/18299).
Contributed by Jukka Lehtosalo
- PR [18306](https://github.com/python/mypy/pull/18306)
- PR [18302](https://github.com/python/mypy/pull/18302)
- PR [18298](https://github.com/python/mypy/pull/18298)
- PR [18299](https://github.com/python/mypy/pull/18299)

### Mypyc Accelerated Mypy Wheels for ARM Linux

Expand Down

0 comments on commit 88d6890

Please sign in to comment.