diff --git a/CHANGES.md b/CHANGES.md index 0fe341363..f2165fc48 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,4 @@ -### unreleased +### 1.8.0 #### Added @@ -10,10 +10,6 @@ - Improve error message of cram test exceptions due to empty lines in a block (#270, @pitag-ha) -#### Deprecated - -#### Removed - #### Fixed - Report `#require` directive errors (#276, @gpetiot) @@ -21,8 +17,6 @@ - Keep locations from parsing instead of recomputing the lines, providing better error messages (#241, @gpetiot) - Use `create_process` instead of `execvp` to call `mdx-test` from `mdx`. This fixes running mdx from dune on Windows (#299, @emillon) -#### Security - ### 1.7.0 #### Added