commit d3bf951f5e7d30b00422bf83b8581027b0db563c Author: juga0 juga@riseup.net Date: Fri Jul 6 17:05:52 2018 +0000
Add changelog entry about V3BWFile class method --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+)
diff --git a/CHANGELOG.md b/CHANGELOG.md index 62f16d8..fc2b07a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. clients would use them. (GH#217) - Could not init sbws because of a catch-22 related to logging configuration. Overhaul how logging is configured. (GH#186 GHPR#224) +- Call write method of V3BWFile class from the object instance. (#26671)
### Changed