Skip to content

Commit 024ea00

Browse files
committed
3.4.2
1 parent c2a8312 commit 024ea00

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
<groupId>tk.mybatis</groupId>
3030
<artifactId>mapper</artifactId>
31-
<version>3.4.1</version>
31+
<version>3.4.2</version>
3232
<packaging>jar</packaging>
3333

3434
<name>mapper</name>

wiki/Changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
#更新日志
22

3+
## 3.4.2 - 2017-07-19
4+
5+
* 简化Example的xml逻辑,解决由于and,or位置错误导致Example使用空条件时的错误,完善测试
6+
37
## 3.4.1 - 2017-07-17
48

59
* `Example` 增加复杂的 `and``or` 功能。

0 commit comments

Comments
 (0)