Skip to content

Commit bbdb649

Browse files
pvcravenPaul V Craven
andauthored
Refactor code structure for improved readability and maintainability (#2884)
Co-authored-by: Paul V Craven <paul.craven@optimizley.com>
1 parent 5312465 commit bbdb649

3 files changed

Lines changed: 71 additions & 54 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
You can grab pre-release versions from PyPi. See the available versions from the
44
Arcade [PyPi Release History](https://pypi.org/project/arcade/#history) page.
55

6+
## Unreleased
7+
8+
### Misc Changes
9+
- Updated the optional `pymunk` extra to 7.3.0 (from 7.2.0). Packaging-only release (free-threaded CPython and pyodide wheels, improved type hints) with no breaking changes or deprecations.
10+
611
## 4.0.0.dev7
712

813
### Breaking Changes

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Book = "https://learn.arcade.academy"
3636

3737
[dependency-groups]
3838
extras = [
39-
"pymunk~=7.2.0"
39+
"pymunk~=7.3.0"
4040
]
4141
# Doc building (requires Python >=3.12 due to Sphinx 9.x)
4242
docs = [

0 commit comments

Comments
 (0)