From 82e3589f0ee89ddf3de6dd867ed2a54bfce6ba96 Mon Sep 17 00:00:00 2001 From: Daryl Chymko Date: Wed, 25 Sep 2019 14:10:44 -0700 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 6af37d41f..216393e6b 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,14 @@ If you need more information, check out our [VIP CLI documentation](https://vip. ## Changelog +### 1.8.0 +- Fixes around cancelling commands via Ctrl-C +- Gracefully handle remote command cancellation +- Enhance Rollbar logging for additional use cases + +### 1.7.0 +- Resume long-running WP-CLI commands in case of network interruptions + ### 1.6.2 - Corrected some install issues with the 1.6.0/1.6.1 releases.