diff --git a/CHANGELOG.HOPS.md b/CHANGELOG.HOPS.md index eccede76..67232d32 100644 --- a/CHANGELOG.HOPS.md +++ b/CHANGELOG.HOPS.md @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.16.16] - TBA + +### Fixed + +- Fixed a bug where the /launch endpoint would return a NullReference exception. +- Added a line to the ComputeChildren.cs to clear the startInfo environmentVariable for "ASPNETCORE_HOSTINGSTARTUPASSEMBLIES" when Rhino.Compute starts up the child process Compute.Geometry. This was causing issues while debugging in newer version of Visual Studio. + ## [0.16.15] - 2024-11-07 ### Fixed