Skip to content

Commit

Permalink
Updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
slavenf committed Aug 4, 2024
1 parent b316829 commit de01568
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# New version

* New containers:
- `vector`
- `devector` (double-ended vector)
* All small containers: Renamed private member function `recommend_size` to `calculate_new_capacity`.
* New containers `vector` and `devector` (double-ended vector).
* All small containers: Reworked private member function `recommend_size` and
renamed it to `calculate_new_capacity`. Reduced grow factor from 2.0 to 1.5.



Expand Down

0 comments on commit de01568

Please sign in to comment.