test-renderer 0.15.0 → 0.16.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -6,6 +6,8 @@ This library is used by [React Native Testing Library](https://github.com/callst
6
6
 
7
7
  This library replaces the deprecated React Test Renderer. It uses [React Reconciler](https://github.com/facebook/react/tree/main/packages/react-reconciler) to build a custom renderer that operates on host elements by default, and provides escape hatches for complex use-cases. Most React Reconciler options are exposed through `RootOptions`.
8
8
 
9
+ For release and compatibility policy, see [docs/versioning.md](./docs/versioning.md).
10
+
9
11
  ## Installation
10
12
 
11
13
  ```bash