Skip to content

Commit c8a4f89

Browse files
committed
prepare v1.9.0
1 parent 552d5e9 commit c8a4f89

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

README.md

+8-7
Original file line numberDiff line numberDiff line change
@@ -320,11 +320,7 @@ file.
320320
- Added the variants of diamond operator `<>` and special cases of `while`
321321
- Completed `chomp` operator; fixed `qw//` operator, `defined-or` and `x=`
322322
- Added modules: `parent`, `Test::More`
323-
324-
### Upcoming Milestones
325-
326-
- **v1.9.0**: Concurrency and Security Features
327-
- Planned release date: 2024-12-10
323+
- **v1.9.0**: Operators and Special Variables
328324
- Added bitwise string operators.
329325
- Added lvalue `substr`, lvalue `vec`
330326
- Fix `%b` specifier in `sprintf`
@@ -339,14 +335,19 @@ file.
339335
- Added `&$sub` call syntax.
340336
- Added `local` dynamic variables.
341337
- Tests in `src/test/resources` are executed automatically.
338+
339+
### Upcoming Milestones
340+
341+
- **v1.10.0**: Concurrency and Security Features
342+
- Planned release date: 2024-12-10
342343
- Work in progress:
343344
- `socket` and related operators
344345
- Stretch goals
345346
- Add support for concurrency and parallelism, such as threads and async/await.
346347
- Enhance security features, including sandboxing and input validation.
347-
- Increase test coverage and introduce automated testing tools.
348+
- Increase test coverage.
348349
349-
- **v1.10.0**: External Integration and Advanced Data Manipulation
350+
- **v1.11.0**: External Integration and Advanced Data Manipulation
350351
- Integrate with external libraries and APIs for tasks like HTTP requests and database access.
351352
- Add advanced data manipulation features, such as JSON/XML parsing and data transformation.
352353
- Allow users to define their own operators and macros for greater flexibility.

0 commit comments

Comments
 (0)