This commit is contained in:
Yair Morgenstern 2020-03-03 22:04:38 +02:00
parent 14853547dc
commit 2cf5645629
2 changed files with 18 additions and 2 deletions

View file

@ -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'

View file

@ -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: