Skip to content

Commit

Permalink
Update: changelog for 0.7.2 (#282)
Browse files Browse the repository at this point in the history
  • Loading branch information
glx22 authored Apr 17, 2023
1 parent 1e26f14 commit 52e8fc2
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions docs/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
0.7.2 (2023-04-17)
------------------------------------------------------------------------
This release adds support for vehicle variants and the road stops.

Support for NewGRF additions of OpenTTD 14:
- Feature: Engine name callback
- Add: Road stops (feature 0x14) (#279)

Support for NewGRF additions of OpenTTD 13:
- Add: 'tunnels' callback for road- and tramtypes (#273)
- Feature: support extra_flags for vehicles
- Feature: support for variant_group action 0 prop for vehicles

Other changes and fixes:
- Change: Optimise trivial right shift operations on variables
- Change: Drop binary operations with constant 0 for more operators
- Fix: By default there is no ELRL railtype. (#277)
- Change: Don't output callback flag props that are zero.


0.7.1 (2022-12-03)
------------------------------------------------------------------------
While writing documentation for stations, we made some small changes to the syntax.
Expand Down

0 comments on commit 52e8fc2

Please sign in to comment.