We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74b95e2 commit 08e8332Copy full SHA for 08e8332
doc/CHANGELOG-0.9.md
@@ -9,7 +9,7 @@
9
* nice `.toString` methods to `Px` classes.
10
* `ReusableFn.renderComponent` which recreates a `Props ~=> ReactElement`.
11
* `ReactComponentB.configureSpec` - useful for JS interop.
12
- * `ReusableVal2[A, S]` which is a lazy value `A` whose reusability is determined by a source value `S`.
+ * [`ReusableVal2`](../extra/PERF.md#reusableval2): A lazy value whose reusability is determined by another value.
13
* Upgrade:
14
* [scala-js-dom](https://github.com/scala-js/scala-js-dom) to 0.8.1.
15
* Scalaz to 7.1.3.
0 commit comments