diff --git a/changelog.md b/changelog.md index 1e3dc60..dcac37b 100644 --- a/changelog.md +++ b/changelog.md @@ -1,35 +1,23 @@ # 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 - -# Version 2021.1: - Mainly centered around files and filesaving. - Added: - + Filesaving.cs - + File - + BinaryFile - + ByteFile - + TextFile - - Removed: - General.cs - - Miscellaneous + * 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