diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2fb090d467bd5d5b7995e4a9a68b09b82835d706..a1338e72d6b427969c42548d4d999f32e9d5d706 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,17 +2,16 @@
 
 # 124
 
-Update buildpack to automatically install [dev-packages] (Pipenv) during Heroku CI builds.
+Update buildpack to automatically install `[dev-packages]` during Heroku CI Pipenv builds.
 
 - Skip installs if Pipfile.lock hasn't changed, and uninstall stale dependencies with Pipenv.
-- Set `PYTHONPATH` during collectstatic runs, other updates.
-- Update Set `PYTHONPATH` during collectstatic runs.
+- Set `PYTHONPATH` during collectstatic runs.
 - No longer warn if there is no `Procfile`.
-- Update Pipenv "3.6" to "3.6.4".
+- Update Pipenv's "3.6" runtime specifier to point to "3.6.4".
 
 # 123
 
-Update gunicorn init.d script to allow overrides.
+Update gunicorn `init.d` script to allow overrides.
 
 # 122
 
@@ -24,7 +23,7 @@ Update default Python to v3.6.3.
 
 # 120
 
-Use Pipenv --deploy.
+Use `$ pipenv --deploy`.
 
 # 119