Skip to content

Commit c1e31fa

Browse files
committed
3.4.1-beta2
1 parent 1f14969 commit c1e31fa

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
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-beta</version>
31+
<version>3.4.1-beta2</version>
3232
<packaging>jar</packaging>
3333

3434
<name>mapper</name>

wiki/Changelog.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
#更新日志
22

3-
## 3.4.1-beta - 2017-07-09
3+
## 3.4.1-beta2 - 2017-07-09
4+
45
* `Example` 增加复杂的 `and``or` 功能。
56
* `Example` 增加排除查询字段的方法 `excludeProperties`(`selectProperties`优先级更高) [#261](http://git.oschina.net/free/Mapper/issues/261).
67
* `SqlHelper` 中复杂的 `if` 改为 `choose` 方式。
8+
* 解决通过`@Column`配置关键字的分隔符时,无法得到该列值的bug。
79

810
## 3.4.0 - 2017-02-19
911

0 commit comments

Comments
 (0)