diff --git a/Nibriboard/Utilities/Rectangle.cs b/Nibriboard/Utilities/Rectangle.cs index 417125a..d90c813 100644 --- a/Nibriboard/Utilities/Rectangle.cs +++ b/Nibriboard/Utilities/Rectangle.cs @@ -7,6 +7,11 @@ namespace SBRL.Utilities /// /// Represents a rectangle in 2D space. /// + /// v0.1 + /// + /// v0.1 - 1st April 2017 + /// - Added this changelog! + /// public struct Rectangle { /// diff --git a/Nibriboard/Utilities/Vector2.cs b/Nibriboard/Utilities/Vector2.cs index 7163543..ba18f68 100644 --- a/Nibriboard/Utilities/Vector2.cs +++ b/Nibriboard/Utilities/Vector2.cs @@ -6,6 +6,11 @@ namespace SBRL.Utilities /// Represents a single point in 2D space. /// May also be used to represent a direction with a magnitude. /// + /// v0.1 + /// + /// v0.1 - 1st April 2017 + /// - Added this changelog + /// public struct Vector2 { ///