Skip to content

Commit ca6cd9e

Browse files
committed
prepare v2.2.0
1 parent cc200f8 commit ca6cd9e

File tree

1 file changed

+14
-12
lines changed

1 file changed

+14
-12
lines changed

MILESTONES.md

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,19 @@
88

99
## Completed Milestones
1010

11+
- **v2.2.0**: Core modules
12+
- Perl version is now v5.40.0
13+
- `for` loop can iterate over multiple values at the same time.
14+
- `for` loop variables are aliased.
15+
- Added `DBI` module with JDBC support.
16+
- Added `URI::Escape` module.
17+
- Added `builtin` methods: `inf` `nan` `weaken` `unweaken` `is_weak` `blessed` `refaddr` `reftype` `created_as_string` `created_as_number` `stringify` `ceil` `floor` `indexed` `trim` `is_tainted`.
18+
- Added command line switches: `-S`.
19+
- Added low-precedence xor `^^` operator.
20+
- Added [Configure.pl](Configure.pl) to set compiler options and add JDBC drivers.
21+
- Added Links to Perl on JVM resources in README - https://github.com/fglock/PerlOnJava/tree/master#additional-information-and-resources
22+
- Added [SUPPORT.md](docs/SUPPORT.md)
23+
1124
- **v2.1.0**: Core modules and optimization
1225
- Added `Getopt::Long`, `JSON` modules.
1326
- Optimized `print` to `STDOUT`/`STDERR` performance by running in a separate thread.
@@ -177,18 +190,7 @@
177190

178191
## Upcoming Milestones
179192

180-
- **v2.2.0**: Core modules
181-
- Perl version is now v5.40.0
182-
- `for` loop can iterate over multiple values at the same time.
183-
- `for` loop variables are aliased.
184-
- Added `DBI` module with JDBC support.
185-
- Added `URI::Escape` module.
186-
- Added `builtin` methods: `inf` `nan` `weaken` `unweaken` `is_weak` `blessed` `refaddr` `reftype` `created_as_string` `created_as_number` `stringify` `ceil` `floor` `indexed` `trim` `is_tainted`.
187-
- Added command line switches: `-S`.
188-
- Added low-precedence xor `^^` operator.
189-
- Added [Configure.pl](Configure.pl) to set compiler options and add JDBC drivers.
190-
- Added Links to Perl on JVM resources in README - https://github.com/fglock/PerlOnJava/tree/master#additional-information-and-resources
191-
- Added [SUPPORT.md](docs/SUPPORT.md)
193+
- **v2.3.0**: Next minor version
192194
- Planned release date: 2025-02-10
193195

194196
- **v3.0.0**: Concurrency and Security Features

0 commit comments

Comments
 (0)