We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adfbd38 commit f28b87eCopy full SHA for f28b87e
1 file changed
CHANGELOG.md
@@ -1,5 +1,15 @@
1
# CHANGELOG #
2
3
+## 7.0.1 ##
4
+
5
+* Re-added support for primtive data types, but used method names:
6
+ * ``AbstractMapping#mapBooleanPrimitive``
7
+ * ``AbstractMapping#mapBytePrimitive``
8
+ * ``AbstractMapping#mapShortPrimtive``
9
+ * ``AbstractMapping#mapIntegerPrimitive``
10
+ * ``AbstractMapping#mapFloatPrimitive``
11
+ * ``AbstractMapping#mapDoublePrimitive``
12
13
## 7.0.0 ##
14
15
* The ``JpaMapping<>`` has been dropped from the library.
0 commit comments