From 5de0e3805a526c3df9d5a11036763144ce70e835 Mon Sep 17 00:00:00 2001
From: Jeffrey Phillips Freeman <the@jeffreyfreeman.me>
Date: Thu, 17 Aug 2023 12:49:44 -0400
Subject: [PATCH] Added a line to changelog

---
 CHANGELOG.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 158160f..420388e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,6 +8,7 @@
 * Moved unit tests over to RSpec
 * Added testing with significant coverage
 * Fixed IGate so it wont get stuck in an infinite loop when receiving data faster than it can process
+* Added EMPTY_PATH constant to represent a path with 0 hops.
 
 ## 1.0.4
 
-- 
GitLab