Skip to content

Commit

Permalink
update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cowlicks committed Mar 19, 2024
1 parent ad2c1f0 commit bdfbeb3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

- Infastructure to publish python package. The package will be published when this is released.
- Added docstrings to ffi functions
- `ffi` feature now default so that we can build and distribute python packages. This will be fixed when package in split into workspaces.
- `ffi` feature added that lets us build libraries for other languages. Includes `Hyperbee`'s `.get`, `.put`, `.del`, and `.sub` methods. Only Python has been tested so far. Generating bindings is documented in the README.

### Changed
Expand Down

0 comments on commit bdfbeb3

Please sign in to comment.