chore: storing version and changelog
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
|
||||
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user