made the changelog better #2

Merged
That-One-Nerd merged 2 commits from 2021.1 into main 2021-06-17 09:19:56 -04:00
Showing only changes of commit e4e6c14f30 - Show all commits

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