Skip to content

Commit d5412a0

Browse files
committed
improve wording of 'what's new' sections in README.md
1 parent 43ac079 commit d5412a0

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ The Java API supports the following core features of the MarkLogic database:
2323
improvements
2424
* JSON - JacksonHandle, JacksonDatabindHandle, and JacksonParserHandle make wrangling JSON a pleasure
2525
* JavaScript Extensions - develop production-ready server-side extensions using ready-to-go scaffolding
26-
* Many bug fixes
2726

2827
For more details, please read this [deeper dive](http://developer.marklogic.com/features/java-client-api-2)
2928

@@ -34,18 +33,16 @@ For more details, please read this [deeper dive](http://developer.marklogic.com/
3433
### What's New in Java Client API 3.0.3
3534

3635
* Search Extract - add support to SearchHandle (actually MatchDocumentSummary) for content extracted by
37-
[extract-document-data options](http://docs.marklogic.com/search:search#opt-extract-document-data)
36+
the [extract-document-data option](http://docs.marklogic.com/search:search#opt-extract-document-data)
3837
* Bi-Temporal enhancements - support bulk write of bitemporal documents; expose bitemporal system time
3938
* Bulk delete
40-
* Many bug fixes
4139

4240
### What's New in Java Client API 3.0.4
4341

4442
* Semantics API - GraphManager for CRUD of semantic graphs; SPARQLQueryManager for executing SPARQL
45-
update, select, describe, construct, and ask queries
43+
queries (select, describe, construct, and ask) and using SPARQL Update
4644
* Enable [MarkLogic Jena API](https://github.com/marklogic/marklogic-jena) (separate project)
4745
* Enable [MarkLogic Sesame API](https://github.com/marklogic/marklogic-sesame) (separate project)
48-
* Many bug fixes
4946

5047
### QuickStart
5148

0 commit comments

Comments
 (0)