Skip to content

Commit

Permalink
Version 3.0.5-stable
Browse files Browse the repository at this point in the history
  • Loading branch information
hpvb committed Jul 8, 2018
1 parent 861d341 commit 6a88e22
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/).

## [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

### Added
Expand Down
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
major = 3
minor = 0
patch = 5
status = "devel"
status = "stable"
module_config = ""

0 comments on commit 6a88e22

Please sign in to comment.