Skip to content

Commit

Permalink
3.4.1-beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
abel533 committed Jul 13, 2017
1 parent 1f14969 commit c1e31fa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

<groupId>tk.mybatis</groupId>
<artifactId>mapper</artifactId>
<version>3.4.1-beta</version>
<version>3.4.1-beta2</version>
<packaging>jar</packaging>

<name>mapper</name>
Expand Down
4 changes: 3 additions & 1 deletion wiki/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
#更新日志

## 3.4.1-beta - 2017-07-09
## 3.4.1-beta2 - 2017-07-09

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

## 3.4.0 - 2017-02-19

Expand Down

0 comments on commit c1e31fa

Please sign in to comment.