This commit is contained in:
Yair Morgenstern 2020-02-04 23:28:32 +02:00
parent 44777b8b30
commit 49086086ee
2 changed files with 16 additions and 2 deletions

View File

@ -33,8 +33,8 @@ allprojects {
version = '1.0.1'
ext {
appName = "Unciv"
appCodeNumber = 373
appVersion = "3.5.9-patch1"
appCodeNumber = 374
appVersion = "3.5.10"
gdxVersion = '1.9.10'
roboVMVersion = '2.3.1'

View File

@ -1,3 +1,17 @@
## 3.5.10
Resolved #1827 - can no longer see other (current) player's city production in multiplayer
Resolved #1839 - Civs no longer declare war and offer things in the same turn
AI no longer sends 'please don't settle cities near us' warnings when at war
When disbanding carriers, transported air units move to nearby tiles if they can. If they can't then they're disbanded.
Resolved #1457 - no AI-to-AI trades are 'automatically accepted'
Translation updates
## 3.5.9
Resolved #1820 - Fixed a crashing bug with the AI trying to ally with defeated city states, as well as many other minor bugs