Skip to content

Commit

Permalink
sandwich: final CHANGELOG.md updates
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasjm committed Nov 3, 2024
1 parent c4867ab commit e82cb08
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sandwich/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,15 @@
* Make createProcessWithLogging, readCreateProcessWithLogging etc. log with the callstack from the line where they're called (and not an internal line).
* Support GHC 9.8
* BREAKING CHANGE: switch most monads away from using `MonadBaseControl IO` and switch to `MonadUnliftIO`. We also remove `MonadThrow` constraints, relying only on `MonadIO` for throwing exceptions.
* Adding support for `sandwich-contexts`, which is released with this version.
* Add support for `sandwich-contexts`, which is released with this version.
* Add more `HasCallStack` to introduce nodes.
* Add `getContextMaybe`, an optional version of `getContext`.
* Fix an issue with name collisions of test tree folders.
* Add `shouldBeSet` to `Test.Sandwich.Expectations`, for testing that lists are equal as sets.
* Tweak some default visibility thresholds.
* Improve openFileExplorerFolderPortable on Windows.
* Add `waitUntil` function in `Test.Sandwich.Waits`.

## 0.2.2.0

* Add primed versions of createProcessWithLogging etc. with customizable log level
Expand Down

0 comments on commit e82cb08

Please sign in to comment.