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
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,8 +40,7 @@ Attention: The newest changes should be on top -->
40
40
41
41
### Fixed
42
42
43
-
- BUG: Fix incorrect Jacobian in `only_radial_burn` branch of `SolidMotor.evaluate_geometry`[#935](https://github.com/RocketPy-Team/RocketPy/pull/935)
44
-
- BUG: Add explicit timeouts to ThrustCurve API requests [#935](https://github.com/RocketPy-Team/RocketPy/pull/935)
43
+
-
45
44
46
45
## [v1.12.0] - 2026-03-08
47
46
@@ -72,13 +71,17 @@ Attention: The newest changes should be on top -->
72
71
73
72
### Fixed
74
73
74
+
- BUG: Restore `Rocket.power_off_drag` and `Rocket.power_on_drag` as `Function` objects while preserving raw inputs in `power_off_drag_input` and `power_on_drag_input`[#941](https://github.com/RocketPy-Team/RocketPy/pull/941)
75
+
- BUG: Add explicit timeouts to ThrustCurve API requests [#935](https://github.com/RocketPy-Team/RocketPy/pull/935)
75
76
- BUG: Fix hard-coded radius value for parachute added mass calculation [#889](https://github.com/RocketPy-Team/RocketPy/pull/889)
0 commit comments