Skip to content

Commit

Permalink
add ignore, release 0.1.0 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
slievrly committed Jan 10, 2019
1 parent 77d9177 commit f193776
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Created by .ignore support plugin (hsz.mobi)
.idea
.classpath
.project
.settings
target
.DS_Store
/logs
*.iml
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
## 0.1.0 (Jan. 9, 2019)

#### FEATURES:

* support standalone fescar-server.
* support mysql automatic transaction.
* support @GlobalTransactional spring annotation.
* support dubbo on filter.
* support mybatis ORM framework.
* support api&template.
* support dubbo,springcloud,motan ect.

0 comments on commit f193776

Please sign in to comment.