Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
update the changelog for the lobby as well as github with the 3701 patch content
  • Loading branch information
PhilipJFryFAF authored and aeoncleanse committed Oct 29, 2018
1 parent 2f9a2cc commit 627e83d
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
16 changes: 16 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
Hotfix Patch 3701 (28. October 2018)
============================
- Fixed bug that caused the Kennel structure to stay after being upgraded which resulted into having two buildings stacked upon each other
- Changed Novax Sat fix in order to not potentially break mods
- Updated mod blacklist
- Removed smoke effect on the water surface caused by wrecks on the bottom of the ocean
- Moved current patch number in the lobby to a more visible location
- Allow Users to open the Changelog by clicking on the patch number in the game lobby
- Allow Users to open the changelog on github by adding a button to the changelog popup in the lobby

### Contributors
- speed2
- Strogo
- Exotic-Retard
- PhilipJFry

Hotfix Patch 3700 (20 October, 2018)
============================
- Fixed bug that caused users to get stuck when trying to host/join a game
Expand Down
19 changes: 19 additions & 0 deletions lua/ui/lobby/changelog.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1832,4 +1832,23 @@ changelog = {
'- speed2',
},
},
{
version = 3701,
name = 'Game Version 3701',
description = {
'- Fixed bug that caused the Kennel structure to stay after being upgraded which resulted into having two buildings stacked upon each other',
'- Changed Novax Sat fix in order to not potentially break mods',
'- Updated mod blacklist',
'- Removed smoke effect on the water surface caused by wrecks on the bottom of the ocean',
'- Moved current patch number in the lobby to a more visible location',
'- Allow Users to open the Changelog by clicking on the patch number in the game',
'- Allow Users to open the changelog on github by adding a button to the changelog popup in the lobby',
'',
'**Contributors**',
'- speed2',
'- Strogo',
'- Exotic-Retard',
'- PhilipJFry',
},
},
}

0 comments on commit 627e83d

Please sign in to comment.