This commit is contained in:
Yair Morgenstern
2020-03-23 23:58:47 +02:00
parent acca46b40e
commit 5402ae7b82
2 changed files with 20 additions and 2 deletions

View File

@ -33,8 +33,8 @@ allprojects {
version = '1.0.1'
ext {
appName = "Unciv"
appCodeNumber = 398
appVersion = "3.6.10"
appCodeNumber = 399
appVersion = "3.6.11"
gdxVersion = '1.9.10'
roboVMVersion = '2.3.1'

View File

@ -1,3 +1,21 @@
## 3.6.11
By rh-github-2015:
- More civilopedia info for nations and improvements -
- Better error handling for Mods
Fixed "other civ doesn't get duration on timed trades" bug
Removed "Declare war" trade option when there's a peace treaty
Resolved #2175 - Can no longer queue multiple perpetual builds
Resolved #2150 - Added resource type to civilopedia description
Resolved #2224 - can no longer enter promotions screen from overview screen if no valid promotions
LOADS of Translation updates
## 3.6.10
By Jack Rainy: