diff --git a/build.gradle b/build.gradle index a1c30d30b3..42d3e86a7a 100644 --- a/build.gradle +++ b/build.gradle @@ -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' diff --git a/changelog.md b/changelog.md index e82b84b5a3..e47fa3e31b 100644 --- a/changelog.md +++ b/changelog.md @@ -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