From 6a88e22423b5212fdb660d3cacad362382fbb805 Mon Sep 17 00:00:00 2001 From: Hein-Pieter van Braam Date: Sun, 8 Jul 2018 16:03:43 +0200 Subject: [PATCH] Version 3.0.5-stable --- CHANGELOG.md | 16 ++++++++++++++++ version.py | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 42b9f37cc03..8d58db57772 100644 --- a/CHANGELOG.md +++ b/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/). +## [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 diff --git a/version.py b/version.py index 2ea78ecdc7f..1c0da7244d3 100644 --- a/version.py +++ b/version.py @@ -3,5 +3,5 @@ name = "Godot Engine" major = 3 minor = 0 patch = 5 -status = "devel" +status = "stable" module_config = ""