From bee54819e69361e29fec2cc9c56f91c9f37ea2e8 Mon Sep 17 00:00:00 2001 From: Andrew Payne Date: Thu, 7 Nov 2024 15:04:49 -0500 Subject: [PATCH] updating the change log --- CHANGELOG.HOPS.md | 7 +++++++ 1 file changed, 7 insertions(+) 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