We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 477a4ba commit 91c31f9Copy full SHA for 91c31f9
src/main/asciidoc/changelog-1.8.adoc src/main/asciidoc/changelog-1.8.x.adocsrc/main/asciidoc/changelog-1.8.adoc renamed to src/main/asciidoc/changelog-1.8.x.adoc
@@ -1,3 +1,14 @@
1
+[[changelog-1.8.1]]
2
+=== 1.8.1
3
+==== Improvements
4
+* Improve `RepeatableReadResultSetProxyLogic`
5
+** Support `wasNull` (https://github.com/ttddyy/datasource-proxy/pull/87[Issue-87])
6
+** Support calling different numeric type get methods on the same index (https://github.com/ttddyy/datasource-proxy/pull/88[Issue-88])
7
+
8
++
9
+Thanks _https://github.com/reda-alaoui[Réda Housni Alaoui]_ for this contribution!!
10
11
12
[[changelog-1.8]]
13
=== 1.8
14
src/main/asciidoc/changelog.adoc
@@ -3,7 +3,7 @@
:numbered!:
-include::changelog-1.8.adoc[]
+include::changelog-1.8.x.adoc[]
include::changelog-1.7.adoc[]
0 commit comments