From 7a655409928fef1b7d725dab96bdf7e88c04ee55 Mon Sep 17 00:00:00 2001 From: epwalsh Date: Fri, 17 Dec 2021 18:26:35 +0000 Subject: [PATCH] CHANGELOG quick fix --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aaaabf926..f88ce7621 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +### Fixed + +- Fixed a bug where `StepInfo` fails to deserialize when `error` is an exception that can't be pickled. + ## [v0.4.0rc3](https://github.com/allenai/tango/releases/tag/v0.4.0rc3) - 2021-12-15 ### Added @@ -26,7 +30,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `WandbTrainCallback` now will use part of the step's unique ID as the name for the W&B run by default, to make it easier to indentify which tango step corresponds to each run in W&B. - `WandbTrainCallback` will save the entire `TrainConfig` object to the W&B config. -- Fixed a bug where `StepInfo` fails to deserialize when `error` is an exception that can't be pickled. ## [v0.4.0rc2](https://github.com/allenai/tango/releases/tag/v0.4.0rc2) - 2021-12-13