made the changelog better

This commit is contained in:
That_One_Nerd 2021-06-17 09:18:01 -04:00 committed by GitHub
parent 1472f55611
commit 0b1064752d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,35 +1,23 @@
# 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:
Mainly centered around files and filesaving.
Added:
+ Filesaving.cs
+ File<T>
+ BinaryFile
+ ByteFile
+ TextFile
Removed:
General.cs
- Miscellaneous