Skip to content

Commit 4fa20e4

Browse files
mention Rationale.md in README.md
1 parent 402fbec commit 4fa20e4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

language-adaptors/rxjava-scala/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ Scala code using Rx should only import members from `rx.lang.scala` and below.
6767

6868
The API documentation can be found [here](http://rxscala.github.io/scaladoc/index.html#rx.lang.scala.Observable).
6969

70+
Note that starting from version 0.15, `rx.lang.scala.Observable` is not a value class any more. [./Rationale.md](https://github.com/Netflix/RxJava/blob/master/language-adaptors/rxjava-scala/Rationale.md) explains why.
71+
7072
You can build the API documentation yourself by running `./gradlew scaladoc` in the RxJava root directory.
7173

7274
Then navigate to `RxJava/language-adaptors/rxjava-scala/build/docs/scaladoc/index.html` to display it.

0 commit comments

Comments
 (0)