diff --git a/CHANGELOG.md b/CHANGELOG.md index e8778c5..f1c1652 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ +## 0.0.4 + +### Features Added + +- Added `generate_to_hf` which automatically saves generations to Hugging Face dataset repository ([#7](https://github.com/AnswerDotAI/fastdata/pull/9)) + +### Bugs Squashed + +- When using max_workers > 1, the order of the returned synthetic data is not the same as the order of inputs given ([#7](https://github.com/AnswerDotAI/fastdata/issues/7)) + + ## 0.0.3 - Update readme