Skip to content

Commit f7c8dd3

Browse files
authored
Add 2.11.1 release notes (opensearch-project#11283)
Signed-off-by: Andrew Ross <andrross@amazon.com>
1 parent 58af58d commit f7c8dd3

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

CHANGELOG.md

-3
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
99
### Dependencies
1010

1111
### Changed
12-
- Use iterative approach to evaluate Regex.simpleMatch ([#11060](https://github.com/opensearch-project/OpenSearch/pull/11060))
1312

1413
### Deprecated
1514

1615
### Removed
1716

1817
### Fixed
19-
- [BUG] Disable sort optimization for HALF_FLOAT ([#10999](https://github.com/opensearch-project/OpenSearch/pull/10999))
20-
- Adding version condition while adding geoshape doc values to the index, to ensure backward compatibility.([#11095](https://github.com/opensearch-project/OpenSearch/pull/11095))
2118

2219
### Security
2320

Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
## 2023-11-20 Version 2.11.1 Release Notes
2+
3+
## [2.11.1]
4+
5+
### Changed
6+
- Use iterative approach to evaluate Regex.simpleMatch ([#11060](https://github.com/opensearch-project/OpenSearch/pull/11060))
7+
8+
### Fixed
9+
- [BUG] Disable sort optimization for HALF_FLOAT ([#10999](https://github.com/opensearch-project/OpenSearch/pull/10999))
10+
- Adding version condition while adding geoshape doc values to the index, to ensure backward compatibility.([#11095](https://github.com/opensearch-project/OpenSearch/pull/11095))

0 commit comments

Comments
 (0)