We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b54876 commit 251d353Copy full SHA for 251d353
Documentation/ChangeLog.md
@@ -1,4 +1,9 @@
1
-# Version 1.3 released.
+# 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
7
* Introduce algorithms sum and sum_if
8
* Do not require operator< if not needed in remove_duplicates(3 months ago)
9
@@ -10,7 +15,7 @@
10
15
* Improved sort_by (#57)
11
16
12
17
# Version 1.1 released
13
-* algorithms sort_by and sorted_by.
18
+* New algorithms sort_by and sorted_by
14
19
* Remove std::move() on temporaries, as detected by gcc 13 (#55)
20
* Fix issue #50 - find_if creates dangling references
21
* Ensure min_value and max_value works on containers without .empty() method.
0 commit comments