Skip to content

Commit c3c785c

Browse files
authored
[DOCs] Adds ml-cpp PRs to alpha release notes (#36790)
1 parent e35de2e commit c3c785c

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

docs/Versions.asciidoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@ release-state can be: released | prerelease | unreleased
1414
:release-state: prerelease
1515

1616
:issue: https://github.com/elastic/elasticsearch/issues/
17+
:ml-issue: https://github.com/elastic/ml-cpp/issues/
1718
:pull: https://github.com/elastic/elasticsearch/pull/
18-
19+
:ml-pull: https://github.com/elastic/ml-cpp/pull/
1920
:docker-repo: docker.elastic.co/elasticsearch/elasticsearch
2021
:docker-image: {docker-repo}:{version}
2122
:plugin_url: https://artifacts.elastic.co/downloads/elasticsearch-plugins

docs/reference/release-notes/7.0.0-alpha1.asciidoc

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,11 @@ Suggesters::
2929
* Plugins that register suggesters can now define their own types of suggestions and must
3030
explicitly indicate the type of suggestion that they produce. Existing plugins will
3131
require changes to their plugin registration. See the `custom-suggester` example
32-
plugin {pull}30284[#30284]
32+
plugin {pull}30284[#30284]
33+
34+
[float]
35+
[[enhancement-7.0.0-alpha1]]
36+
=== Enhancements
37+
38+
Machine learning::
39+
* Adds categorical filter type to detector rules. {ml-pull}27[#27]

docs/reference/release-notes/7.0.0-alpha2.asciidoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,9 @@
22
== {es} version 7.0.0-alpha2
33

44
coming[7.0.0-alpha2]
5+
6+
[float]
7+
[[bug-7.0.0-alpha2]]
8+
=== Bug fixes
9+
10+
* Fixes CPoissonMeanConjugate sampling error. {ml-pull}335[#335]

0 commit comments

Comments
 (0)