chore: storing version and changelog

This commit is contained in:
StraToN
2022-04-21 07:56:19 +00:00
parent c4296a17a1
commit 3bde47b3e9
2 changed files with 10 additions and 1 deletions

View File

@@ -1,3 +1,12 @@
## [4.0.0-alpha.165](https://github.com/godot-escoria/escoria-demo-game/compare/v0.0.0...v4.0.0-alpha.165) (2022-04-21)
### Bug Fixes
* fixes incorrect date formatting ([#577](https://github.com/godot-escoria/escoria-demo-game/issues/577)) ([c4296a1](https://github.com/godot-escoria/escoria-demo-game/commit/c4296a17a1e498c9905f21f59010522cb378db0e))
## [4.0.0-alpha.164](https://github.com/godot-escoria/escoria-demo-game/compare/v0.0.0...v4.0.0-alpha.164) (2022-04-21)

View File

@@ -271,7 +271,7 @@ func _log(message:String, err: bool = false):
_write_logfile(message)
# Returns the current date/time, as a string
# Returns the current date/time, as a string
# formatted for logging. E.g. 2022-04-19T16:10:39
func _formatted_date() -> String:
var info = OS.get_datetime()