We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2a8312 commit 024ea00Copy full SHA for 024ea00
pom.xml
@@ -28,7 +28,7 @@
28
29
<groupId>tk.mybatis</groupId>
30
<artifactId>mapper</artifactId>
31
- <version>3.4.1</version>
+ <version>3.4.2</version>
32
<packaging>jar</packaging>
33
34
<name>mapper</name>
wiki/Changelog.md
@@ -1,5 +1,9 @@
1
#更新日志
2
3
+## 3.4.2 - 2017-07-19
4
+
5
+* 简化Example的xml逻辑,解决由于and,or位置错误导致Example使用空条件时的错误,完善测试
6
7
## 3.4.1 - 2017-07-17
8
9
* `Example` 增加复杂的 `and` 和 `or` 功能。
0 commit comments