Skip to content

Commit da989e6

Browse files
authored
Merge pull request #138 from RoboCupJuniorTC/changelog
Add CHANGELOG for tracking the changes
2 parents 171ea90 + 2a932ac commit da989e6

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# CHANGELOG
2+
3+
## Unreleased
4+
5+
## v2.1
6+
7+
* Features
8+
* **BREAKING** [#129](https://github.com/RoboCupJuniorTC/rcj-soccersim/pull/129) Set TIME STEP to 32 for robot controllers, ball and supervisor
9+
* Refactoring
10+
* [#128](https://github.com/RoboCupJuniorTC/rcj-soccersim/pull/128) Move enums to enums.py
11+
* Other
12+
* [#135](https://github.com/RoboCupJuniorTC/rcj-soccersim/pull/135) Rename soccer-sim to soccersim
13+
* [#133](https://github.com/RoboCupJuniorTC/rcj-soccersim/pull/133) Workaround for the relocation bug
14+
(so the robots won't fall over)
15+
16+
## v2.0
17+
18+
* Features
19+
* **BREAKING**: [#125](https://github.com/RoboCupJuniorTC/rcj-soccersim/pull/125) Update Webots to R2022a -
20+
the coordinate system has changed
21+
* **BREAKING**: [#117](https://github.com/RoboCupJuniorTC/rcj-soccersim/pull/117) Add GPS, Compass and IR Ball sensors -
22+
robots do not get the exact position of the ball and other robots.
23+
* [#121](https://github.com/RoboCupJuniorTC/rcj-soccersim/pull/121) Add DistanceSensors of type sonar
24+
* [#90](https://github.com/RoboCupJuniorTC/rcj-soccersim/pull/90) Add inter-robot communication
25+
* Refactoring
26+
* [#123](https://github.com/RoboCupJuniorTC/rcj-soccersim/pull/123) Add unittests
27+
* [#120](https://github.com/RoboCupJuniorTC/rcj-soccersim/pull/120) Split Referee and Supervisor
28+
* [#51](https://github.com/RoboCupJuniorTC/rcj-soccersim/pull/51) Add code style checkers and setup CI
29+
* Other
30+
* Documentation updates
31+
32+
## v1.0
33+
34+
* Initial version

0 commit comments

Comments
 (0)