made the changelog better

This commit is contained in:
That_One_Nerd 2021-06-17 09:17:33 -04:00 committed by GitHub
parent b77a9fc1c8
commit e4e6c14f30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,35 +1,33 @@
# Version 2021.0: # Version 2021.0:
The Original Release of the Library. The Original Release of the Library.
Includes: Includes:
- Hashes * Nerd_STF:
- Interfaces: * public static class Hashes
- INegatives<T> * Nerd_STF.Interfaces:
- Lists: * public interface INegatives<T>
- List<T> * Nerd_STF.Lists:
- Matrix<T> * public class List<T>
- Mathematics: * public class Matrix<T>
- Angle * Nerd_STF.Mathematics:
- Color * public struct Angle
- ColorByte * public struct Color
- Math * public struct ColorByte
- Percent * public static class Math
- Vector * public struct Percent
- Vector2 * public struct Vector
- Vector3 * public struct Vector2
- Vector4 * public struct Vector3
- Miscellaneous * public struct Vector4
- Optional<T> * public class Miscellaneous
- Stats * public struct Optional<T>
* public static class Stats
# Version 2021.1: # Version 2021.1:
Mainly centered around files and filesaving. Mainly centered around files and filesaving.
Added: * Nerd_STF
+ Filesaving.cs + Nerd_STF.Filesaving
+ File<T> + File<T>
+ BinaryFile + BinaryFile
+ ByteFile + ByteFile
+ TextFile + TextFile
- public class Miscellaneous
Removed:
General.cs
- Miscellaneous