Skip to content

Commit cf03259

Browse files
committed
docs: Update changelog
1 parent 71bd2cd commit cf03259

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

docs/Changelog.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -143,19 +143,25 @@
143143
## BREAKING CHANGES
144144
* Game ticks are no longer scheduled and must be trigger via `PATCH /games/:game?tick=true`.
145145
* Changed the `empire.pop.credits.unemployed` variable to `empire.pop.unemployed_upkeep.credits`.
146+
* Adding buildings and districts, upgrading systems, and researching technologies are no longer possible via direct updates to the Empire or System. A Job must be started instead.
146147

147148
## New Features
148-
* Custom effects with `base` values can now create new variables, in the following contexts:
149+
+ Custom effects with `base` values can now create new variables, in the following contexts:
149150
* Building and district cost, upkeep and production.
150-
* System upgrade upkeep.
151+
* System upgrade cost and upkeep.
151152
* System type district chances.
152153
* Pop consumption.
153154
* Unemployed pop costs.
155+
+ Added Jobs for the following actions:
156+
* Adding buildings and districts.
157+
* Upgrading systems.
158+
* Researching technologies.
154159

155160
## Improvements
156161
* Game speed can be any positive number number.
157162
It must be interpreted by the client to trigger manual ticks.
158163
* The `PATCH /games/:game` request that starts a game now waits until the game is properly initialized before responding.
164+
* Exploring a system (via a Job) no longer makes the empire the owner of the system.
159165

160166
## Bugfixes
161167
* Fixed some situations where systems may not be connected to the rest of the map.

0 commit comments

Comments
 (0)