Update to current state of progress reporting in LSP
[lsp-test.git] / ChangeLog.md
index a0c18566657f1ae58ff93333aed33cc5a9e0f99f..dd47730316c5e64150a61b0a107d809e627188c2 100644 (file)
@@ -1,5 +1,13 @@
 # Revision history for lsp-test
 
+## 0.8.0.0 -- 2019-10-06
+
+* Make `Session` a newtype
+
+## 0.7.0.0 -- 2019-09-08
+
+* Update for haskell-lsp-0.16.0.0
+
 ## 0.6.1.0 -- 2019-08-24
 
 * Add `satisfyMaybe` (@cocreature)