Skip to content

Commit 0c49c0b

Browse files
REV: Revert changes on CHANGELOG.md
This reverts commit 7d553c2.
1 parent 7d553c2 commit 0c49c0b

File tree

1 file changed

+13
-17
lines changed

1 file changed

+13
-17
lines changed

CHANGELOG.md

Lines changed: 13 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1414
- `Security` in case of vulnerabilities.
1515
1616
Should not be here:
17-
- Tests and test updates.
18-
- GitHub maintenance tasks (repository reorganization or CI changes, etc.)
19-
- Merge commits, as they usually don't contain information valuable to the end-user.
20-
- Small refactors that don't impact the functionality or improve performance.
21-
- Minor changes such as "updated a notebook", "updated readme", or other
22-
documentation tweaks unless they significantly enhance understanding or usability.
23-
- In summary: if your change doesn't impact other codes or doesn't offer a
24-
significant improvement for the final user, it probably shouldn't be here.
17+
- tests
18+
- github maintenance
19+
- merge commits
2520
2621
Types of messages:
27-
- The primary message is usually the title of the PR and its number.
28-
- If the PR encompasses a wide range of changes (which ideally it shouldn't),
29-
you can use a second line or a brief list to describe these changes succinctly.
30-
- Ensure the description is clear and understandable even for those who
31-
might not have deep technical knowledge of the project.
22+
- Usually the message is the PR title and number
23+
- If the PR is too long to accomplish all the changes (it shouldn't be...),
24+
you can use a second line to describe it
25+
3226
-->
3327

3428
## [Unreleased] - yyyy-mm-dd
@@ -54,25 +48,27 @@ You can install this version by running `pip install rocketpy==1.1.4`
5448

5549
### Fixed
5650

51+
- DOC: Change from % to ! in the first cell to run properly in Colab. [#496](https://github.com/RocketPy-Team/RocketPy/pull/496)
5752
- FIX: changes Generic Motor exhaust velocity to cached property [#497](https://github.com/RocketPy-Team/RocketPy/pull/497)
5853

59-
## [v1.1.3] - 2023-11-29
54+
## [v1.1.3] - 2023-11-30
6055

6156
You can install this version by running `pip install rocketpy==1.1.3`
6257

6358
### Fixed
6459

65-
- FIX: Broken Function.get_value_opt for N-Dimensional Functions [#492](https://github.com/RocketPy-Team/RocketPy/pull/492)
60+
- FIX: Broken Function.get_value_opt for N-Dimensional Functions [#492](https://github.com/RocketPy-Team/RocketPy/pull/492)
61+
- FIX: Never ending Flight simulations when using a GenericMotor [#497](https://github.com/RocketPy-Team/RocketPy/pull/497)
6662

67-
## [v1.1.2] - 2023-11-27
63+
## [v1.1.2] - 2023-11-25
6864

6965
You can install this version by running `pip install rocketpy==1.1.2`
7066

7167
### Fixed
7268

7369
- BUG: Function breaks if a header is present in the csv file [#485](https://github.com/RocketPy-Team/RocketPy/pull/485)
7470

75-
## [v1.1.1] - 2023-11-24
71+
## [v1.1.1] - 2023-11-23
7672

7773
You can install this version by running `pip install rocketpy==1.1.1`
7874

0 commit comments

Comments
 (0)