8000 Updating version in Changelog [ci skip] · campudus/postgresql-async@edca9d4 · GitHub
[go: up one dir, main page]

Skip to content

Commit edca9d4

Browse files
committed
Updating version in Changelog [ci skip]
1 parent 80feba9 commit edca9d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 0.2.1 - 2013-05-18
3+
## 0.2.2 - 2013-05-18
44

55
* Implement MySQL support, should be able to execute common statements, prepared statements and login with password (#9)
66
* Concurrency problem for multiple queries - @fwbrasil - #18

README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ it [here](http://mauricio.github.io/2013/04/29/async-database-access-with-postgr
162162
In short, what you would usually do is:
163163
```scala
164164
import com.github.mauricio.async.db.postgresql.PostgreSQLConnection
165-
import com.github.mauricio.async.db.util.ExecutorServiceUtils.FixedExecutionContext
165+
import com.github.mauricio.async.db.util.ExecutorServiceUtils.CachedExecutionContext
166166
import com.github.mauricio.async.db.util.URLParser
167167
import com.github.mauricio.async.db.{RowData, QueryResult, Connection}
168168
import scala.concurrent.duration._

0 commit comments

Comments
 (0)
0