You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -137,7 +137,7 @@ Pull requests with later versions of the dat file will be accepted.
137
137
138
138
## Locale
139
139
140
-
Starting on 2.0.0-RC4 it is no longer necessary to register locales but only a minimal locale based on english is
140
+
Starting on 2.0.0 it is no longer necessary to register locales but only a minimal locale based on english is
141
141
provided. You may want to use [sbt-locales](https://github.com/cquiroz/sbt-locales) to generate
142
142
a custom locale database.
143
143
@@ -164,14 +164,6 @@ We are especially interested in contributions that tackle the following issues:
164
164
165
165
Have a look at the [issues](https://github.com/cquiroz/scala-java-time/issues) or [issues](https://github.com/soc/scala-java-time/issues) to find something to work on! Let us know if you need help!
166
166
167
-
#### Plans
168
-
169
-
##### 2.0
170
-
171
-
A stable release of 2.0 will be published shortly after RC4 is published.
172
-
173
-
#### FAQs
174
-
175
167
##### What's with the packages? the code uses `org.threeten.bp` but I use `java.time`
176
168
177
169
The original code was in the `org.threeten.bp` and that has been maintained, among other reasons, because writing
@@ -187,10 +179,6 @@ No. This project is derived from the Reference Implementation previously hosted
187
179
That project had a BSD license, which has been preserved here.
188
180
Thus, this project is a fork of the original code before entry to OpenJDK.
189
181
190
-
##### What is the relation to [this](https://github.com/soc/scala-java-time/) project
191
-
192
-
This is a fork from the original [project](https://github.com/soc/scala-java-time/) aim to complete the API to work on Scala.js
193
-
194
182
##### Are there are differences with the Java Time API?
195
183
196
184
The project aims to be an exact port of the java time API to scala.
0 commit comments