diff --git a/CHANGES b/CHANGES
index 630c9b31b..9594a48ab 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,15 +4,16 @@
#### v1.7.0
-Clink now supports color theme files and custom prompt files. These enable packaging Clink color settings or Clink custom prompts into shareable files. This finally makes it easy to download and apply themes or prompts shared by other people, or copy them and modify them. The new [clink-themes](https://github.com/chrisant996/clink-themes) repo is a site where .clinktheme and .clinkprompt files can be shared (to contribute, make a pull request with the files you want to share).
+Clink now supports color theme files and custom prompt files. These enable packaging Clink color settings or Clink custom prompts into shareable files. This finally makes it easy to download and apply themes or prompts shared by other people, or copy them and modify them. The new [clink-themes](https://github.com/chrisant996/clink-themes) repo is a site where .clinktheme and .clinkprompt files can be shared (see [Contributing](https://github.com/chrisant996/clink-themes#contributing) for details on how to contribute your own themes and prompts).
- Added support for `*.clinktheme` color theme files; see [Color Themes](#color-themes) for more information.
- Added several `clink config theme` commands for color themes (run `clink config theme --help`).
- - The famous [Dracula](https://draculatheme.com) and [Solarized Dark](https://github.com/altercation/solarized) (and Light) themes are included.
+ - The famous [Dracula](https://draculatheme.com), [Solarized](https://github.com/altercation/solarized) (light and dark), and [Tomorrow](https://github.com/chriskempson/tomorrow-theme) (1 light, 4 dark) themes are included.
- Use clink config theme use name
to apply a color theme, or set the `CLINK_COLORTHEME` environment variable to the color theme name.
-- Added support for `*.clinkprompt` custom prompt module files; see [Custom Prompts](#custom-prompts) for more information. This makes it easy to share custom prompts, and to have a library of many different custom prompts and switch between them quickly and easily. One custom prompt module can be active at a time; activating one deactivates any others.
- - Added several `clink config prompt` commands for custom prompt modules (run `clink config prompt --help`).
- - The famous [Agnoster](https://github.com/agnoster/agnoster-zsh-theme) prompt is included (ported from zsh to Clink).
+- Added support for `*.clinkprompt` custom prompt files; see [Custom Prompts](#custom-prompts) for more information. This makes it easy to share custom prompts, and to have a library of many different custom prompts and switch between them quickly and easily. One .clinkprompt can be active at a time; activating one deactivates any others.
+ - Added several `clink config prompt` commands for custom prompts (run `clink config prompt --help`).
+ - [Oh-My-Posh](#oh-my-posh) support is included.
+ - Also included are ports of [Agnoster](https://github.com/agnoster/agnoster-zsh-theme), [Pure](https://github.com/sindresorhus/pure), [Headline](https://github.com/Moarram/headline), [Antares](https://github.com/elB4RTO/zsh-themes/tree/master/antares), and a few others (all ported from zsh to Clink).
- Use clink config prompt use name
to activate a custom prompt module, or set the `CLINK_CUSTOMPROMPT` environment variable to the custom prompt name.
- Added the ability to show input hints in the comment row (below the input line).
- Input hints are off by default, and can be enabled with `clink set comment_row.show_hints true`.