omg-api/CHANGELOG.md
Aadi Desai 25ec3b53d7
Add passing of overridable address to fn process
Ignore all variant members while using `todo!()`s
Add precedence info and mention of config / env var for address argument
2023-05-09 00:37:30 +01:00

34 lines
787 B
Markdown

# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
### Added
- Address input parameter for fn `process` in `impl`s
### Changed
### Deprecated
### Removed
### Fixed
### Security
## 0.1.0 - 2023-05-08
### Added
- General project structure, [cargo.toml](Cargo.toml) and [license](LICENSE).
- Changelog file (this file) and reference in the [readme](README.md).
- Source files from [omg](https://crates.io/crates/omg) crate.
[unreleased]: https://github.com/supleed2/omg-api/compare/v0.1.0...HEAD
[0.1.0]: https://github.com/supleed2/omg-api/releases/tag/v0.1.0