Skip to content

Commit 07cd74d

Browse files
Michael Suttonjenkins
Michael Sutton
authored and
jenkins
committed
util: Update changelog
**Problem** The more recent util migration changes have been put under version 21.7.0, but they have not been released yet. **Solution** Move recent changes to unreleased section. JIRA Issues: CSL-11247 Differential Revision: https://phabricator.twitter.biz/D720565
1 parent 94f1fa3 commit 07cd74d

File tree

1 file changed

+20
-16
lines changed

1 file changed

+20
-16
lines changed

CHANGELOG.rst

Lines changed: 20 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -9,39 +9,43 @@ Unreleased
99

1010
New Features
1111
~~~~~~~~~~~~
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``
1326

1427
Breaking API Changes
1528
~~~~~~~~~~~~~~~~~~~~
1629
* util-app: Flags and GlobalFlag now use ClassTag instead of Manifest. ``PHAB_ID=D714780``
1730

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+
1835
21.7.0
1936
------
2037

2138
New Features
2239
~~~~~~~~~~~~
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``.
2940

3041
* util-app: Introduce a new `Command` class which provides a `Reader` interface to the output
3142
of a shell command. ``PHAB_ID=D686134``
3243

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``
3645

3746
* 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`.
4348

44-
* util-registry: Now builds with Scala 3.0! ``PHAB_ID=D716019``
4549

4650
Runtime Behavior Changes
4751
~~~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)