Skip to content

Commit 2ff04f8

Browse files
authored
Update release notes for v0.8.0
Removed testing section from release notes for v0.8.0.
1 parent ea3e166 commit 2ff04f8

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

docs/release_notes/v0.8.0.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,6 @@ System.out.println(response.getData());
3535
String sql = client.nsqlGenerateSql(new NsqlRequest("how many trips were over 10 miles?"));
3636
```
3737

38-
## Testing
39-
40-
- New unit test suites (`SearchTest`, `NsqlTest`) covering request/response shape, validation, and error handling, all against local mock servers with no live runtime required.
41-
4238
## Compatibility
4339

4440
- Public API unchanged: both features are new methods; nothing existing was renamed, removed, or retyped.

0 commit comments

Comments
 (0)