aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 755f28c73..50e9a948a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,17 @@ 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.4] - 2018-07-23
+
+### Added
+
+- Fix for Bullet's heightmap collider.
+- Several documentation fixes.
+
+### Fixed
+
+- Threading problem causing asset library to crash on low threadcount systems.
+
## [3.0.3] - 2018-07-13
### Added