We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a3aa2f commit 097ad9bCopy full SHA for 097ad9b
CHANGELOG.md
@@ -4,11 +4,11 @@
4
5
### Added
6
7
-- Introduced a `Connection` functor that allows for custom mutex
8
- implementations. This improves compatibility with effect-based concurrency
9
- frameworks and helps prevent deadlocks.
10
-- Added a Makefile target to generate `compile_commands.json` for improved LSP
11
- support in editors.
+- `Connection` functor that allows for custom mutex implementations. This
+ improves compatibility with effect-based concurrency frameworks and helps
+ prevent deadlocks.
+- Makefile target to generate `compile_commands.json` for improved LSP support
+ in editors.
12
13
### Changed
14
0 commit comments