Skip to content

Commit

Permalink
fixed changelog and specified distro
Browse files Browse the repository at this point in the history
Signed-off-by: Abhinav Garg <[email protected]>
  • Loading branch information
AbhinavGarg90 committed Dec 5, 2023
1 parent d81b4e5 commit 35a7405
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
- Fixes `cargo make test` failing out of the box ([#117](https://github.com/opensearch-project/opensearch-rs/pull/117))
- Fixes f64 comparison in `yaml_test_runner` to use numeric-based comparison instead of string-based ([#150](https://github.com/opensearch-project/opensearch-rs/pull/150))
- Fixes YAML spec tests by adding u64 (unsigned long) support ([#167](https://github.com/opensearch-project/opensearch-rs/pull/167))
- Fixes `DEVELOPER_GUIDE.md` to include complete information about setting up([#194](https://github.com/opensearch-project/opensearch-rs/pull/194))
- Fixes `DEVELOPER_GUIDE.md` to include complete information about setting up ([#194](https://github.com/opensearch-project/opensearch-rs/pull/194))
### Security

[Unreleased]: https://github.com/opensearch-project/opensearch-rs/compare/v2.1.0...HEAD
Expand Down
2 changes: 2 additions & 0 deletions DEVELOPER_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ The following information will help in getting up and running.
- [**Packages**]()

Use your preferred package manager to install the following packages:

Linux
- `build-essential`
- `pkg-config`
- `libssl-dev`
Expand Down

0 comments on commit 35a7405

Please sign in to comment.