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