From 6e2edb08f6aa8cdc71224cd72194afb5d977c207 Mon Sep 17 00:00:00 2001 From: Tpt Date: Sun, 19 Mar 2023 08:05:15 +0100 Subject: [PATCH] Fixes typos in CHANGELOG --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f66bae28..13e22d0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,9 @@ ## [0.3.14] - 2023-03-19 ### Added -- Read only and secondary RocksDB storage. Allows to open the data as read-only or two follow a primary instance. +- Read only and secondary RocksDB storage. Allows to open the data as read-only or to follow a primary instance. - Server: adds multiple commands: - - `serve-secondary` and `serve-read-only` to serve the HTTP server in secondary and read only-modes. + - `serve-secondary` and `serve-read-only` to serve the HTTP server in secondary and read-only modes. - `dump` to dump the database content to a file. - `query` and `update` to execute SPARQL query and updates. - `backup` to do a database backup. @@ -21,7 +21,7 @@ - `Term::from_str`: fixes parsing of blank nodes in object position of quoted triples. - `QuerySolution`: implements `Eq` and `Debug`. - JS: Reduces WASM build size. -- OxRDF: fixes `Graph` and `Dataset` serialization to output proper N-Triples and N-Qauds. +- OxRDF: fixes `Graph` and `Dataset` serialization to output proper N-Triples and N-Quads. ## [0.3.13] - 2023-02-23