Skip to content

Commit

Permalink
update Changelogs for v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
giabao committed Jan 17, 2014
1 parent 288a193 commit d5dcfe9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ Ex, v2.0.x is binary compatible with v2.0.0

##### v2.1.0
+ Add scala doc for CBJson.scala
+ Remove handler when future completed in [CbFutureAsScala](https://github.com/giabao/couchbase-akka-extension/blob/master/src/main/scala/akka/contrib/couchbase/CbFutureAsScala.scala)
+ Change ```ReadsKey1[T, A] { this: CBReads[T] =>``` to ```ReadsKey1[T, A] extends CBReads[T] {```. This change can break binary compatibility, but keep source compatibility. @See case "not throws StackOverflowError" in [CBJsonSpec](https://github.com/giabao/couchbase-akka-extension/blob/master/src/test/scala/akka/contrib/couchbase/CBJsonSpec.scala) for more information.

##### v2.0.8
Expand Down

0 comments on commit d5dcfe9

Please sign in to comment.