Skip to content

Commit

Permalink
3.5.10
Browse files Browse the repository at this point in the history
  • Loading branch information
yairm210 committed Feb 4, 2020
1 parent 44777b8 commit 4908608
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
14 changes: 14 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 4908608

Please sign in to comment.