Skip to content

Commit d34fc90

Browse files
committed
prepare v1.8.0
1 parent 10bfc1e commit d34fc90

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -311,11 +311,7 @@ file.
311311
- Improve error handling and debugging tools to make development easier. More detailed debugging symbols added to the bytecode. Added `Carp` module.
312312
- Moved Perl standard library modules into the jar file.
313313
- More tests and various bug fixes
314-
315-
### Upcoming Milestones
316-
317314
- **v1.8.0**: Operators
318-
- Planned release date: 2024-12-10
319315
- Added `continue` blocks and loop operators `next`, `last`, `redo`; a bare-block is a loop
320316
- Added bitwise operators `vec`, `pack`, `unpack`
321317
- Added `srand`, `crypt`, `exit`, ellipsis statement (`...`)
@@ -325,7 +321,10 @@ file.
325321
- Completed `chomp` operator; fixed `qw//` operator, `defined-or` and `x=`
326322
- Added modules: `parent`, `Test::More`
327323
324+
### Upcoming Milestones
325+
328326
- **v1.9.0**: Concurrency and Security Features
327+
- Planned release date: 2024-12-10
329328
- Add support for concurrency and parallelism, such as threads and async/await.
330329
- Enhance security features, including sandboxing and input validation.
331330
- Increase test coverage and introduce automated testing tools.

0 commit comments

Comments
 (0)