3.6.5
This commit is contained in:
parent
14853547dc
commit
2cf5645629
2 changed files with 18 additions and 2 deletions
|
@ -33,8 +33,8 @@ allprojects {
|
|||
version = '1.0.1'
|
||||
ext {
|
||||
appName = "Unciv"
|
||||
appCodeNumber = 389
|
||||
appVersion = "3.6.4-patch1"
|
||||
appCodeNumber = 390
|
||||
appVersion = "3.6.5"
|
||||
|
||||
gdxVersion = '1.9.10'
|
||||
roboVMVersion = '2.3.1'
|
||||
|
|
16
changelog.md
16
changelog.md
|
@ -1,3 +1,19 @@
|
|||
## 3.6.5
|
||||
|
||||
Resolved #2065 - Units can no longer sleep while fortified - by Vladimir Tanakov
|
||||
|
||||
Resolved #2033 - Happiness from tiles is always considered correctly in regards to food consumption
|
||||
|
||||
Resolved #2035 - Strategic resources are affected by map generation parameters
|
||||
|
||||
Resolved #2055 - cities once again bombard melee units
|
||||
|
||||
Fixed rare crash when diplomacy values change while ending the turn
|
||||
|
||||
UI updates - by lishaoxia1985
|
||||
|
||||
Translation updates
|
||||
|
||||
## 3.6.4
|
||||
|
||||
By Jack Rainy:
|
||||
|
|
Loading…
Reference in a new issue