diff --git a/1.7.md b/1.7.md
index aa4da31c..4081a558 100644
--- a/1.7.md
+++ b/1.7.md
@@ -10,6 +10,19 @@ Thanks to the following people for contributing this release.
### Info
+**prin**
+- Format changes to fix issues with colons in string. This change also makes
+`prin` use the same args as `info`.
+
+```sh
+# OLD Format
+prin "Subtitle: Text goes here"
+
+# NEW Format
+prin "Subtitle" "Text goes here"
+```
+
**Desktop Environment**
- [ Linux ] Fallback to using `xprop` if `$XDG_CURRENT_DESKTOP` is empty.
- Use `$de` instead of `$XDG_CURRENT_DESKTOP` for wallpaper and theme detection.
+