Skip to content

Commit 2d39ef4

Browse files
committed
Add notice that not everything is implemented yet.
1 parent 7445b3b commit 2d39ef4

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,15 @@ lazy val myCross = crossProject.
2727
**Requirement**: you must use a host JDK8 to *build* your project, i.e., to
2828
launch sbt. `scalajs-java-time` does not work on earlier JDKs.
2929

30+
## Work in Progress / linking errors
31+
32+
This library is a work in progress.
33+
There are still many classes and methods that have not been implemented yet.
34+
If you use any of those, you will get linking errors.
35+
36+
Feel free to [contribute](./CONTRIBUTING.md) to extend the set of supported
37+
classes and methods!
38+
3039
## License
3140

3241
`scalajs-java-time` is distributed under the

0 commit comments

Comments
 (0)