diff --git a/CHANGELOG b/CHANGELOG
index f0cf679..ae2c98c 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,32 @@
+nnn v1.7
+2018-02-nn
+
+What's in?
+- Copy multiple file paths
+- Copy file paths when X is unavailable
+- Optionally quote individual file paths with single quotes on copy
+- Use ISO 8601 date format in file details
+- New/changed/remapped shortcuts:
+ - ^B - show bookmark prompt (replaces b)
+ - b - pin current dir (replaces ^B)
+ - ^J - toggle du mode
+ - ^F - extract archive (replaces ^X)
+ - ^X - quit nnn (replaces ^Q)
+- Extra shortcuts enabled in nav-as-you-type mode:
+ - ^K, ^Y (file path copy)
+ - ^T (toggles quoted file path copy)
+ - ^R (rename)
+ - ^O (open with...)
+ - ^B (show bookmark prompt)
+ - ^V (visit pinned dir)
+ - ^J (toggle du mode)
+ - ^/ (open desktop opener)
+ - ^F (extract archive)
+ - ^L (refresh)
+ - ^X (quit nnn)
+
+-------------------------------------------------------------------------------
+
nnn v1.6
2017-12-25