diff --git a/CHANGELOG.md b/CHANGELOG.md index 409aa23..7a1bf83 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] +### Added + - Added SPlusUtils with ConvertToInt method taking LowWord/HighWord ushorts ## [9.2.0] - 2019-03-01 ### Added diff --git a/ICD.Common.Utils/SPlusUtils.cs b/ICD.Common.Utils/SPlusUtils.cs index 8e43542..5ee6339 100644 --- a/ICD.Common.Utils/SPlusUtils.cs +++ b/ICD.Common.Utils/SPlusUtils.cs @@ -2,6 +2,9 @@ namespace ICD.Common.Utils { + /// + /// Static class containing useful utilities for use in S+ programs + /// [PublicAPI("S+")] public static class SPlusUtils {