diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9411f8edfae4d4a1e13880e7fedf73c6b9e4f3e6..158160ffabfa1d01aeeee3fe98eaa248c3516885 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