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
Copy file name to clipboardExpand all lines: docs/release-notes.md
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,30 @@ title: Release Notes
6
6
7
7
Airframe uses YY.MM.patch versioning scheme, so the version numbers match with the release year and month.
8
8
9
+
## 21.4.1
10
+
11
+
Added Scala 3.0.0-RC3 support. This version has no functional difference with 21.4.0.
12
+
13
+
Now, the following 9 modules support Scala 3.0.0-RC3:
14
+
- airfarme-log
15
+
- airframe-surface
16
+
- airframe-canvas
17
+
- airframe-control
18
+
- airframe-metrics
19
+
- airframe-msgpack
20
+
- airframe-json
21
+
- airframe-rx
22
+
- airframe-ulid
23
+
24
+
Changes:
25
+
- Add more modules with Scala 3.0.0-RC3 support ([#1591](https://github.com/wvlet/airframe/issues/1591)) [[ca6c1fcd0](https://github.com/wvlet/airframe/commit/ca6c1fcd0)]
26
+
- Upgrade to Scala 3.0.0-RC3 ([#1590](https://github.com/wvlet/airframe/issues/1590)) [[ea7fc5600](https://github.com/wvlet/airframe/commit/ea7fc5600)]
0 commit comments