@@ -9,39 +9,43 @@ Unreleased
9
9
10
10
New Features
11
11
~~~~~~~~~~~~
12
- * util-app: Now builds with Scala 3.0! ``PHAB_ID=D714780 ``
12
+
13
+ * util-app: Experimentally crossbuilds with Scala 3. ``PHAB_ID=D714780 ``
14
+
15
+ * util-app-lifecycle: Experimentally crossbuilds with Scala 3. ``PHAB_ID=D716444 ``
16
+
17
+ * util-codec: Experimentally crossbuilds with Scala 3. ``PHAB_ID=D715114 ``
18
+
19
+ * util-hashing: Experimentally crossbuilds with Scala 3. ``PHAB_ID=D718914 ``
20
+
21
+ * util-lint: Experimentally crossbuilds with Scala 3. ``PHAB_ID=D698954 ``
22
+
23
+ * util-registry: Experimentally crossbuilds with Scala 3. ``PHAB_ID=D716019 ``
24
+
25
+ * util-thrift: Experimentally crossbuilds with Scala 3. ``PHAB_ID=D715129 ``
13
26
14
27
Breaking API Changes
15
28
~~~~~~~~~~~~~~~~~~~~
16
29
* util-app: Flags and GlobalFlag now use ClassTag instead of Manifest. ``PHAB_ID=D714780 ``
17
30
31
+ * util-thrift: ThriftCodec now uses ClassTag instead of Manifest. In
32
+ scala3 Manifest is intended for use by the compiler and should not be used in
33
+ client code. ``PHAB_ID=D715129 ``
34
+
18
35
21.7.0
19
36
------
20
37
21
38
New Features
22
39
~~~~~~~~~~~~
23
- * util-thrift: Now builds with Scala 3.0! ``PHAB_ID=D715129 ``.
24
-
25
- * util-thrift (BREAKING): ThriftCodec now uses ClassTag instead of Manifest. In scala3 Manifest is
26
- intended for use by the compiler and should not be used in client code. ``PHAB_ID=D715129 ``
27
-
28
- * util-codec: Now builds with Scala 3.0! ``PHAB_ID=D715114 ``.
29
40
30
41
* util-app: Introduce a new `Command ` class which provides a `Reader ` interface to the output
31
42
of a shell command. ``PHAB_ID=D686134 ``
32
43
33
- * util-app-lifecycle: Now builds with Scala 3.0! ``PHAB_ID=D716444 ``
34
-
35
- * util-core: Now builds with Scala 3.0! ``PHAB_ID=D694775 ``.
44
+ * util-core: Experimentally crossbuilds with Scala 3. ``PHAB_ID=D694775 ``
36
45
37
46
* util-core (BREAKING): Remove `AbstractSpool `. Java users should use `Spools ` static class or
38
- the Spool companion object to create instances of `Spool `.
39
-
40
- * util-hashing: Now builds with Scala 3.0! ``PHAB_ID=D718914 ``
41
-
42
- * util-lint: Now builds with Scala 3.0! ``PHAB_ID=D698954 ``
47
+ the Spool companion object to create instances of `Spool `.
43
48
44
- * util-registry: Now builds with Scala 3.0! ``PHAB_ID=D716019 ``
45
49
46
50
Runtime Behavior Changes
47
51
~~~~~~~~~~~~~~~~~~~~~~~~
0 commit comments