Skip to content

Commit 7afa485

Browse files
committed
prepare 2.1.0 release
1 parent d8a9716 commit 7afa485

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

MILESTONES.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
### Completed Milestones
44

5+
- **v2.1.0**: Core modules and optimization
6+
- Added `Getopt::Long`, `JSON` modules.
7+
- Optimized `print` to `STDOUT`/`STDERR` performance by running in a separate thread.
8+
- Added `subs` pragma.
9+
- Added regex `$+` variable.
10+
- Added command line switches: `-v`, `-V` .
11+
- Added file test operators: `-R`, `-W`, `-X`, `-O`, `-t`.
12+
- Added feature flags: `evalbytes`.
13+
- Added `CORE::GLOBAL` and core function overrides.
14+
- Added hexadecimal floating point numbers.
15+
516
- **v2.0.0**: Towards a Complete Perl Port on the JVM
617
- Added unmodified core Perl modules `File::Basename`, `File::Find`, `Data::Dumper`, `Term::ANSIColor`, `Time::Local`, `HTTP::Date`, `HTTP::CookieJar`.
718
- Added `Cwd`, `File::Spec`, `File::Spec::Functions`, `HTTP::Tiny` modules.
@@ -114,17 +125,8 @@
114125

115126
### Upcoming Milestones
116127

117-
- **v2.1.0**: Core modules
128+
- **v2.2.0**: Core modules
118129
- Planned release date: 2024-12-10
119-
- Added `subs` pragma.
120-
- Added regex `$+` variable.
121-
- Added `Getopt::Long`, `JSON` modules.
122-
- Added command line switches: `-v`, `-V` .
123-
- Added file test operators: `-R`, `-W`, `-X`, `-O`, `-t`.
124-
- Added feature flags: `evalbytes`.
125-
- Added `CORE::GLOBAL` and core function overrides.
126-
- Added hexadecimal floating point numbers.
127-
- Optimized `print` to `STDOUT`/`STDERR` performance by running in a separate thread.
128130
- Work in progress:
129131
- `lexical_subs` feature.
130132
- `use VERSION`, `require VERSION`.

0 commit comments

Comments
 (0)