Skip to content

Commit 06fd424

Browse files
committed
Updated changelog example
1 parent 69168f1 commit 06fd424

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

CHANGELOG_EXAMPLE.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@ This release includes:
1111

1212
- added classes:
1313
- [AggCompositeSource](./docs/AggCompositeSource.md), [AggCompositeTerm](./docs/AggCompositeTerm.md) - handle search aggregations
14-
[More on aggregation](https://manual.manticoresearch.com/dev/Searching/Grouping#GROUP-BY-multiple-fields-at-once)
14+
[(more on aggregation)](https://manual.manticoresearch.com/dev/Searching/Grouping#GROUP-BY-multiple-fields-at-once)
1515
- [HighlightFieldOption](./docs/HighlightFieldOption.md) - handles highlighting per-field options
16-
[More on highlighting](https://manual.manticoresearch.com/dev/Searching/Highlighting#Highlighting-via-HTTP)
16+
[(more on highlighting)](https://manual.manticoresearch.com/dev/Searching/Highlighting#Highlighting-via-HTTP)
1717
- [Join](./docs/Join.md), [JoinOn](./docs/JoinOn.md), [JoinCond](./docs/JoinCond.md) - handle joining tables
18-
[More on joining tables](https://manual.manticoresearch.com/dev/Searching/Joining#Joining-tables)
18+
[(more on joining tables)](https://manual.manticoresearch.com/dev/Searching/Joining#Joining-tables)
1919
- [KnnQuery](./docs/KnnQuery.md) - handles KNN search
20-
[More on KNN search](https://manual.manticoresearch.com/dev/Searching/KNN#KNN-vector-search)
20+
[(more on KNN search)](https://manual.manticoresearch.com/dev/Searching/KNN#KNN-vector-search)
2121
- [ResponseErrorDetails](./docs/ResponseErrorDetails.md), [ResponseError](./docs/ResponseError.md) - handle Manticore error responses
2222
- [SearchQuery](./docs/SearchQuery.md) - handles search queries
23-
[More on searching](https://manual.manticoresearch.com/dev/Searching/Intro#General-syntax)
23+
[(more on searching)](https://manual.manticoresearch.com/dev/Searching/Intro#General-syntax)
2424

2525
- removed classes:
2626
- AggregationCompositeSourcesInnerValue
@@ -51,11 +51,11 @@ This release includes:
5151

5252
- renamed classes:
5353
- AggregationTerms -> [AggTerms](./docs/AggTerms.md)
54-
[More on aggregation](https://manual.manticoresearch.com/dev/Searching/Grouping#GROUP-BY-multiple-fields-at-once)
54+
[(more on aggregation)](https://manual.manticoresearch.com/dev/Searching/Grouping#GROUP-BY-multiple-fields-at-once)
5555
- GeoDistanceFilterLocationAnchor -> [GeoDistanceLocationAnchor](./docs/GeoDistanceLocationAnchor.md)
5656
- GeoDistanceFilter -> [GeoDistance](./docs/GeoDistance.md)
57-
[More on geo filtering](https://manual.manticoresearch.com/dev/Searching/Filters#Geo-distance-filters)
57+
[(more on geo filtering)](https://manual.manticoresearch.com/dev/Searching/Filters#Geo-distance-filters)
5858
- SourceByRules -> [SourceRules](./docs/SourceRules.md)
59-
[More on the 'source' property](https://manual.manticoresearch.com/dev/Searching/Search_results#Source-selection)
59+
[(more on the 'source' property)](https://manual.manticoresearch.com/dev/Searching/Search_results#Source-selection)
6060

6161
- updated documentation

0 commit comments

Comments
 (0)