From e4e6c14f3010b7a82c4c88e21393f3f9464540f6 Mon Sep 17 00:00:00 2001 From: That_One_Nerd <78499572+That-One-Nerd@users.noreply.github.com> Date: Thu, 17 Jun 2021 09:17:33 -0400 Subject: [PATCH] made the changelog better --- changelog.md | 48 +++++++++++++++++++++++------------------------- 1 file changed, 23 insertions(+), 25 deletions(-) diff --git a/changelog.md b/changelog.md index 1e3dc60..ab09e26 100644 --- a/changelog.md +++ b/changelog.md @@ -1,35 +1,33 @@ # Version 2021.0: The Original Release of the Library. Includes: - - Hashes - - Interfaces: - - INegatives - - Lists: - - List - - Matrix - - Mathematics: - - Angle - - Color - - ColorByte - - Math - - Percent - - Vector - - Vector2 - - Vector3 - - Vector4 - - Miscellaneous - - Optional - - Stats + * Nerd_STF: + * public static class Hashes + * Nerd_STF.Interfaces: + * public interface INegatives + * Nerd_STF.Lists: + * public class List + * public class Matrix + * Nerd_STF.Mathematics: + * public struct Angle + * public struct Color + * public struct ColorByte + * public static class Math + * public struct Percent + * public struct Vector + * public struct Vector2 + * public struct Vector3 + * public struct Vector4 + * public class Miscellaneous + * public struct Optional + * public static class Stats # Version 2021.1: Mainly centered around files and filesaving. - Added: - + Filesaving.cs + * Nerd_STF + + Nerd_STF.Filesaving + File + BinaryFile + ByteFile + TextFile - - Removed: - General.cs - - Miscellaneous + - public class Miscellaneous