diff --git a/FUnreal/source.extension.vsixmanifest b/FUnreal/source.extension.vsixmanifest index db182fa..b829b9e 100644 --- a/FUnreal/source.extension.vsixmanifest +++ b/FUnreal/source.extension.vsixmanifest @@ -1,7 +1,7 @@ - + FUnreal Visual Studio extension for smoothing the workflow of Unreal Engine C++ developers https://github.com/fdefelici/vs-funreal diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 4e50d08..8fd339a 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,4 +1,10 @@ # FUnreal Changelog +## v0.1.0: October 25, 2023 +### Improvements +* Update UE version dection strategy to support UE v5.3 +### Bug Fix +* Fix USceneComponent class template + ## v0.0.9: July 15, 2023 ### Bug Fix * Template misconfiguration prevented to add some module (blank, blueprint library) to a plugin