Skip to content

Commit

Permalink
Minor edits to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
kelvinqian00 committed Feb 20, 2024
1 parent f6210d1 commit d8f7ba9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@

## v0.3.0

- Add support for RDF List syntactic sugar.
- Add support for blank node vector syntactic sugar.
- Modify the AST tree for triples to support the new features and to remove redundant nodes in the tree.
- Add support for SPARQL collections syntactic sugar:
- Add support for RDF list syntax.
- Add support for blank node vector syntax.
- Modify the AST tree for triples to support the aforementioned features and to remove redundant nodes in the tree.
- Rework blank node validation to make the implementation simpler (this results in minor changes to the error output).
- Disallow syntax-quoting for symbols.
- Fix bug where timestamps with zeroed-out seconds have the seconds omitted.
Expand Down

0 comments on commit d8f7ba9

Please sign in to comment.