Skip to content

Commit

Permalink
Typo in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
HEnquist committed Jul 2, 2023
1 parent 31fb271 commit 97ca02b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ The `rubato` crate requires rustc version 1.61 or newer.

- v0.14.1
- More bugfixes for buffer allocation and max output length calculation.
- Fix building with `debug` feature.
- Fix building with `log` feature.
- v0.14.0
- Add argument to let `input/output_buffer_allocate()` optionally pre-fill buffers with zeros.
- Add convenience methods for managing buffers.
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
//!
//! - v0.14.1
//! - More bugfixes for buffer allocation and max output length calculation.
//! - Fix building with `debug` feature.
//! - Fix building with `log` feature.
//! - v0.14.0
//! - Add argument to let `input/output_buffer_allocate()` optionally pre-fill buffers with zeros.
//! - Add convenience methods for managing buffers.
Expand Down

0 comments on commit 97ca02b

Please sign in to comment.