opensearch-project / opensearch-py

Python Client for OpenSearch
https://opensearch.org/docs/latest/clients/python/
Apache License 2.0
359 stars 178 forks source link

Fixed typo in CHANGELOG from merged PR #576 #577

Closed Djcarrillo6 closed 1 year ago

Djcarrillo6 commented 1 year ago

Description

Fixes typo in CHANGELOG.md that was accidentally introduced in PR #576

Issues Resolved

A typo in the CHANGELOG suggests we removed leftover support for Python 3.6, which was not part of the PR. Just a typo, should be removed from CHANGELOG.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. For more information on following Developer Certificate of Origin and signing off your commits, please check here.

codecov[bot] commented 1 year ago

Codecov Report

Merging #577 (16ad001) into main (e079c00) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #577   +/-   ##
=======================================
  Coverage   71.70%   71.70%           
=======================================
  Files          87       87           
  Lines        7886     7886           
=======================================
  Hits         5655     5655           
  Misses       2231     2231           
Djcarrillo6 commented 1 year ago

@dblock I'm sorry, I just noticed I had a typo in my PR 576 in the CHANGELOG that suggests I removed EOL Python 3.6, but that was a mistake on my part. Just a typo that should be able to be safely removed from the CHANGELOG.