Skip to content

Commit c663ce9

Browse files
committed
[DOCS] Adds Release Notes for 8.0.1
1 parent e0c9a4e commit c663ce9

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
*To see release notes for the `7.x` branch and older releases, see [CHANGELOG on the 7.17 branch](https://github.com/elastic/elasticsearch-ruby/blob/7.17/CHANGELOG.md).*
22

3-
## 8.1.2
3+
4+
## 8.1.2, 8.0.1
45

56
### API
67

docs/release_notes/80.asciidoc

+10
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
[[release_notes_80]]
22
=== 8.0 Release notes
33

4+
[discrete]
5+
[[release_notes_801]]
6+
=== 8.0.1 Release notes
7+
8+
- Fixes an issue with the generated API code. When updating the code generator for 8.x, the order of `arguments.clone` in the generated code was changed. This would make it so that we would modify the parameters passed in before cloning them, which is undesired. Issue: https://github.com/elastic/elasticsearch-ruby/issues/1727[#1727].
9+
10+
[discrete]
11+
[[release_notes_800]]
12+
=== 8.0.0 Release notes
13+
414
First release for the 8.x branch with a few major changes.
515

616
- Tested versions of Ruby for 8.0.0: Ruby (MRI) 2.6, 2.7, 3.0 and 3.1, JRuby 9.3.

0 commit comments

Comments
 (0)