From 56152e095e94f48c35aea82ad4c85fe3ef5c9623 Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <the@jeffreyfreeman.me> Date: Thu, 17 Aug 2023 01:22:26 -0400 Subject: [PATCH] Updated changelog --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9411f8e..158160f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,8 @@ ## 2.0.0 -* Refactored handling of Frames completely, no longer backwards compatible +* Refactored handling of Frames completely, no longer backwards compatible. +* Frames now use interfaces and immutable implementations for type safety. * Added Path, Entity, and Hop class for handling the pathing portion of frames. * Moved unit tests over to RSpec * Added testing with significant coverage -- GitLab