Version 3.0.5-stable
This commit is contained in:
parent
861d341dff
commit
6a88e22423
16
CHANGELOG.md
16
CHANGELOG.md
|
@ -4,6 +4,22 @@ All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
|
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
|
||||||
|
|
||||||
|
## [3.0.5] - 2016-07-08
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
- 'android_add_asset_dir('...') method to Android module gradle build config.
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- Android exporter no longer writes unnecessary permissions to the exported APK.
|
||||||
|
- Segfault when quitting the editor.
|
||||||
|
- Debugger 'focus stealing' now works more reliably.
|
||||||
|
- Subresources are now always saved when saving a scene.
|
||||||
|
- WebAssembly: Supply proper CORS heards.
|
||||||
|
- Mono: Annotated signal loading in exported projects.
|
||||||
|
- Mono: Serveral fixes.
|
||||||
|
|
||||||
## [3.0.4] - 2018-06-23
|
## [3.0.4] - 2018-06-23
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
|
@ -3,5 +3,5 @@ name = "Godot Engine"
|
||||||
major = 3
|
major = 3
|
||||||
minor = 0
|
minor = 0
|
||||||
patch = 5
|
patch = 5
|
||||||
status = "devel"
|
status = "stable"
|
||||||
module_config = ""
|
module_config = ""
|
||||||
|
|
Loading…
Reference in New Issue