Skip to content

Commit 9618974

Browse files
committed
Release 21.5.3
1 parent f79c5e5 commit 9618974

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/release-notes.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@ title: Release Notes
66

77
Airframe uses YY.MM.patch versioning scheme, so the version numbers match with the release year and month.
88

9+
## 21.5.3
10+
11+
AirSpec, a testing library for Scala, now supports Scala 3.0.0! From this version, AirSpec only supports `test(...) { ... }` syntax, and deprecates using public functions as test cases. See also [AirSpec documentation](https://wvlet.org/airframe/docs/airspec).
12+
13+
14+
- AirSpec: Scala 3 support ([#1671](https://github.com/wvlet/airframe/issues/1671)) [[f79c5e5ee](https://github.com/wvlet/airframe/commit/f79c5e5ee)]
15+
- AirSpec: funspec deprecation ([#1664](https://github.com/wvlet/airframe/issues/1664)) [[93d2a60e8](https://github.com/wvlet/airframe/commit/93d2a60e8)]
16+
- airframe-surface: Fix BigInt surface resolver ([#1669](https://github.com/wvlet/airframe/issues/1669)) [[0759856d2](https://github.com/wvlet/airframe/commit/0759856d2)]
17+
918
## 21.5.2
1019

1120
This is a minor bug fix release for AirSpec and surfce.

0 commit comments

Comments
 (0)