Skip to content

Commit 741bded

Browse files
committed
Updated changelog
1 parent 5ba90b9 commit 741bded

File tree

1 file changed

+23
-16
lines changed

1 file changed

+23
-16
lines changed

CHANGELOG.md

Lines changed: 23 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,18 @@
11
# Changelog
22

3+
## [5.2.0] - 2025-06-20
4+
5+
### Added
6+
7+
- `binary_result` to `send_query` and `send_query_prepared`. Thanks to
8+
Christophe Raffalli for the contribution.
9+
310
## [5.1.3] - 2024-12-08
411

512
### Fixed
613

7-
- Cross-compilation in discover process. Thanks to Antonio Nuno Monteiro for
8-
the patch.
14+
- Cross-compilation in discover process. Thanks to Antonio Nuno Monteiro for the
15+
patch.
916

1017
## [5.1.2] - 2024-12-08
1118

@@ -62,8 +69,8 @@
6269

6370
### Removed
6471

65-
- Incorrect `[@@noalloc]` from `is_busy` external call. Thanks to Dmitry
66-
Astapov for this patch.
72+
- Incorrect `[@@noalloc]` from `is_busy` external call. Thanks to Dmitry Astapov
73+
for this patch.
6774

6875
## [4.6.2] - 2020-08-04
6976

@@ -75,8 +82,8 @@
7582

7683
### Fixed
7784

78-
- Bug in `request_cancel` that turned errors into success and success into
79-
an error. Thanks to Dmitry Astapov for this patch.
85+
- Bug in `request_cancel` that turned errors into success and success into an
86+
error. Thanks to Dmitry Astapov for this patch.
8087

8188
### Added
8289

@@ -98,8 +105,8 @@
98105

99106
### Changed
100107

101-
- Switched from `caml_alloc_custom` to `caml_alloc_custom_mem` to improve
102-
memory usage and GC performance.
108+
- Switched from `caml_alloc_custom` to `caml_alloc_custom_mem` to improve memory
109+
usage and GC performance.
103110
- Switched to OPAM file generation via `dune-project`.
104111

105112
## [4.5.1] - 2019-10-11
@@ -116,8 +123,8 @@
116123

117124
### Added
118125

119-
- Support for `put_copy_data`, `put_copy_end`, and `get_copy_data`. Thanks
120-
to Petter A. Urkedal for the patch.
126+
- Support for `put_copy_data`, `put_copy_end`, and `get_copy_data`. Thanks to
127+
Petter A. Urkedal for the patch.
121128

122129
## [4.4.2] - 2019-03-28
123130

@@ -136,15 +143,15 @@
136143

137144
### Added
138145

139-
- Support for executing queries with binary results. Thanks to Paul Biggar
140-
for the patch.
146+
- Support for executing queries with binary results. Thanks to Paul Biggar for
147+
the patch.
141148

142149
## [4.3.0] - 2017-12-30
143150

144151
### Added
145152

146-
- Error handling functions for extracting more error details. Thanks to
147-
Sean Grove for the patches.
153+
- Error handling functions for extracting more error details. Thanks to Sean
154+
Grove for the patches.
148155

149156
## [4.2.1] - 2017-11-22
150157

@@ -156,8 +163,8 @@
156163

157164
### Fixed
158165

159-
- Bigarray library dependencies, eliminating the need for explicit linking
160-
with `bigarray`.
166+
- Bigarray library dependencies, eliminating the need for explicit linking with
167+
`bigarray`.
161168

162169
### Changed
163170

0 commit comments

Comments
 (0)