Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
objeck authored Feb 17, 2024
1 parent f530fe9 commit e20293c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ Want to get started? Take a look at the [language guide](https://objeck.org/gett
* v2024.2.1
* Enhanced incremental JSON parsing
* Line buffering for files and sockets
* Add an optional 'within' keyword for use in 'each' loops; an alternative to ':='
* Added support for response files #545
* ~~Add an optional 'within' keyword for use in 'each' loops; an alternative to ':='~~
* ~~Added support for response files #545~~
* v2024.2.0
* ~~Incremental JSON parser~~
* Improved parsing performance for large JSON documents
Expand Down

2 comments on commit e20293c

@objeck
Copy link
Owner Author

@objeck objeck commented on e20293c Feb 17, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The word in is used as a variable in too much of the existing code.

@objeck
Copy link
Owner Author

@objeck objeck commented on e20293c Feb 18, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the question, ended up adding support for the in keyword and re-factoring code dependencies.

Please sign in to comment.