diff --git a/CHANGELOG.md b/CHANGELOG.md index d247b42..447a7f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,21 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## v1.6.0 - 2-12-2024 + +### Added + +- Method `saveToFile` becomes `DTensor::saveToFile(std::string pathToFile, Serialisation ser)`, i.e., the user can + choose whether to save the file as a text (ASCII) file, or a binary one + +### Changed + + - Method `parseFromTextFile` renamed to `parseFromFile` (supports text and binary formats) + + @@ -12,7 +27,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed -- Quick bug bix in `DTensor::parseFromTextFile` (passing storage mode to `vectorFromFile`) +- Quick bug bix in `DTensor::parseFromTextFile` (passing storage mode to `vectorFromTextFile`)