File tree 2 files changed +9
-2
lines changed 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## 0.2.5 - SNAPSHOT
3
+ ## 0.2.7 - 2013-09-09
4
+
5
+ * Upgrading Netty to 4.0.9
6
+ * Removing direct dependency on ` logback ` and making it depend on SFL4J only, upgrading JodaTime - by @kxbmap
7
+ * MySQL doesn't set columnNames in QueryResult - #42
8
+ * Timestamps with microseconds fail to be parsed on PostgreSQL - #41
9
+
10
+ ## 0.2.5
4
11
5
12
* Allow the ClientSocketChannelFactory and ExecutionContext to be given at the connections instead of
6
13
always using the driver provided ones - #38
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ object ProjectBuild extends Build {
45
45
46
46
object Configuration {
47
47
48
- val commonVersion = " 0.2.6 "
48
+ val commonVersion = " 0.2.7 "
49
49
50
50
val specs2Dependency = " org.specs2" %% " specs2" % " 2.0" % " test"
51
51
val logbackDependency = " ch.qos.logback" % " logback-classic" % " 1.0.13" % " test"
You can’t perform that action at this time.
0 commit comments