Skip to content

Commit 251d353

Browse files
committed
Updated ChangeLog.md file
1 parent 3b54876 commit 251d353

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

Documentation/ChangeLog.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
# Version 1.3 released.
1+
# Version 1.4 released
2+
* Minimal range support
3+
* New algorithms cartesian_product
4+
* New algorithm transformed_map_values
5+
6+
# Version 1.3 released
27
* Introduce algorithms sum and sum_if
38
* Do not require operator< if not needed in remove_duplicates(3 months ago)
49

@@ -10,7 +15,7 @@
1015
* Improved sort_by (#57)
1116

1217
# Version 1.1 released
13-
* algorithms sort_by and sorted_by.
18+
* New algorithms sort_by and sorted_by
1419
* Remove std::move() on temporaries, as detected by gcc 13 (#55)
1520
* Fix issue #50 - find_if creates dangling references
1621
* Ensure min_value and max_value works on containers without .empty() method.

0 commit comments

Comments
 (0)