Skip to content

Commit a9122f8

Browse files
committed
Add changelog entries
1 parent 2d89600 commit a9122f8

File tree

3 files changed

+20
-1
lines changed

3 files changed

+20
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
0.11
2+
----
3+
4+
- Add pipeline mode API
5+
https://www.postgresql.org/docs/current/libpq-pipeline-mode.html
6+
7+
There are new values in `ExecStatus`, therefore the major version release.
8+
9+
110
0.10.2.0
211
--------
312

postgresql-libpq-configure/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
0.11
2+
----
3+
4+
* Require libpq >=14.12
5+
16
0.10.0.1
27
--------
38

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1+
0.11
2+
----
3+
4+
* Require libpq >=14.12
5+
16
0.10
27
----
38

4-
* Initial release0.10
9+
* Initial release

0 commit comments

Comments
 (0)