File tree 1 file changed +3
-4
lines changed
1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -311,11 +311,7 @@ file.
311
311
- Improve error handling and debugging tools to make development easier. More detailed debugging symbols added to the bytecode. Added `Carp` module.
312
312
- Moved Perl standard library modules into the jar file.
313
313
- More tests and various bug fixes
314
-
315
- ### Upcoming Milestones
316
-
317
314
- **v1.8.0**: Operators
318
- - Planned release date: 2024-12-10
319
315
- Added `continue` blocks and loop operators `next`, `last`, `redo`; a bare-block is a loop
320
316
- Added bitwise operators `vec`, `pack`, `unpack`
321
317
- Added `srand`, `crypt`, `exit`, ellipsis statement (`...`)
@@ -325,7 +321,10 @@ file.
325
321
- Completed `chomp` operator; fixed `qw//` operator, `defined-or` and `x=`
326
322
- Added modules: `parent`, `Test::More`
327
323
324
+ ### Upcoming Milestones
325
+
328
326
- **v1.9.0**: Concurrency and Security Features
327
+ - Planned release date: 2024-12-10
329
328
- Add support for concurrency and parallelism, such as threads and async/await.
330
329
- Enhance security features, including sandboxing and input validation.
331
330
- Increase test coverage and introduce automated testing tools.
You can’t perform that action at this time.
0 commit comments