diff --git a/1.1.md b/1.1.md
index 09325cda..29d90fd8 100644
--- a/1.1.md
+++ b/1.1.md
@@ -1,16 +1,20 @@
# Fetch 1.1 changelog
-- Fetch now has a config file that you can share with people and
-keep between script versions!
-- Added `--config` and `$config_file` to specify a custom config location.
-- Added `$config` to enable / disable config files
- If `w3m` or `imagemagick` aren't installed we gracefully fallback to no image mode.
- Fix padding escape codes on BSD systems.
- Swap escape codes from `\e` to `\033` for consistency.
- We only move the cursor to the bottom of the terminal in w3m/iterm2 rendering modes.
- Cursor position is now dynamic based on the height of the ascii and info text.
- If images and ascii are off, don't clear the terminal
-- The script now exits correctly.
+- The script now exits correctly instead of always exiting with status code `1`
+
+### Config file
+
+- Fetch now has a config file that you can share with people and
+keep between script versions!
+- Added `--config` and `$config_file` to specify a custom config location.
+- Added `$config` to enable / disable config files
+
### Info