diff --git a/CHANGELIST.md b/CHANGELIST.md index a609df4b..20bde570 100644 --- a/CHANGELIST.md +++ b/CHANGELIST.md @@ -6,6 +6,7 @@ - Make Hasher more consistent - Move all hashing to Hasher - Separate out static hashing +- Remove unncessary summary ### 2.7.3 (2023-10-26) diff --git a/MPF.Core/Hashing/Hasher.cs b/MPF.Core/Hashing/Hasher.cs index e9d88087..685f9c69 100644 --- a/MPF.Core/Hashing/Hasher.cs +++ b/MPF.Core/Hashing/Hasher.cs @@ -9,9 +9,6 @@ using MPF.Core.Data; namespace MPF.Core.Hashing { - /// - /// Async hashing class wraper - /// public sealed class Hasher : IDisposable { #region Properties