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 c1e31fa commit c345985Copy full SHA for c345985
pom.xml
@@ -28,7 +28,7 @@
28
29
<groupId>tk.mybatis</groupId>
30
<artifactId>mapper</artifactId>
31
- <version>3.4.1-beta2</version>
+ <version>3.4.1</version>
32
<packaging>jar</packaging>
33
34
<name>mapper</name>
wiki/Changelog.md
@@ -1,6 +1,6 @@
1
#更新日志
2
3
-## 3.4.1-beta2 - 2017-07-09
+## 3.4.1 - 2017-07-17
4
5
* `Example` 增加复杂的 `and` 和 `or` 功能。
6
* `Example` 增加排除查询字段的方法 `excludeProperties`(`selectProperties`优先级更高) [#261](http://git.oschina.net/free/Mapper/issues/261).
0 commit comments