We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b39f04 commit 375ee07Copy full SHA for 375ee07
1 file changed
CHANGELOG.md
@@ -64,7 +64,7 @@ For Java11 you have to use the following dependencies:
64
65
* ``PgBinaryWriter#open`` removed and now opened in constructor
66
* ``SimpleRowWriter#open`` removed and now opened in constructor
67
-* ``SimpleRowWriter`` not implements the ``AutoClosable`` interface, so it can be used in try-with-resources blocks.
+* ``SimpleRowWriter`` now implements the ``AutoClosable`` interface, so it can be used in try-with-resources blocks.
68
* ``PostgreSqlUtils#tryGetPGConnection`` now returns an ``Optional``
69
* ``BulkProcessor#cancel`` static method removed
70
0 commit comments