diff --git a/Documentation/ChangeLog.md b/Documentation/ChangeLog.md index 5631950..203fa52 100644 --- a/Documentation/ChangeLog.md +++ b/Documentation/ChangeLog.md @@ -1,4 +1,9 @@ -# Version 1.3 released. +# Version 1.4 released +* Minimal range support +* New algorithms cartesian_product +* New algorithm transformed_map_values + +# Version 1.3 released * Introduce algorithms sum and sum_if * Do not require operator< if not needed in remove_duplicates(3 months ago) @@ -10,7 +15,7 @@ * Improved sort_by (#57) # Version 1.1 released -* algorithms sort_by and sorted_by. +* New algorithms sort_by and sorted_by * Remove std::move() on temporaries, as detected by gcc 13 (#55) * Fix issue #50 - find_if creates dangling references * Ensure min_value and max_value works on containers without .empty() method.