Skip to content

Commit

Permalink
Updated ChangeLog.md file
Browse files Browse the repository at this point in the history
  • Loading branch information
jesperkdab committed Dec 10, 2024
1 parent 3b54876 commit 69dc19d
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions Documentation/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -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)

Expand All @@ -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.
Expand Down

0 comments on commit 69dc19d

Please sign in to comment.