|
3 | 3 | [中文](README.md) | English |
4 | 4 |
|
5 | 5 |  |
| 6 | + |
6 | 7 |  |
7 | 8 |  |
8 | 9 |  |
@@ -38,7 +39,7 @@ graph LR |
38 | 39 | | Volume | Topic | Articles | Difficulty | Status | |
39 | 40 | |:--:|------|:------:|:----:|:----:| |
40 | 41 | | 1 | [C++ Fundamentals](documents/vol1-fundamentals/) -- types, control flow, functions, pointers, classes, template basics | 49 | beginner | Completed | |
41 | | -| 2 | [Modern C++ Features](documents/vol2-modern-features/) -- move semantics, smart pointers, constexpr, Lambda | 35-40 | intermediate | In Progress | |
| 42 | +| 2 | [Modern C++ Features](documents/vol2-modern-features/) -- move semantics, smart pointers, constexpr, Lambda | 35-40 | intermediate | Completed | |
42 | 43 | | 3 | [Standard Library In Depth](documents/vol3-standard-library/) -- containers, iterators, algorithms, strings, allocators | 40-50 | intermediate | Planned | |
43 | 44 | | 4 | [Advanced Topics](documents/vol4-advanced/) -- Concepts, Ranges, coroutines, modules, template metaprogramming | 50-60 | advanced | Planned | |
44 | 45 | | 5 | [Concurrent Programming](documents/vol5-concurrency/) -- thread primitives, atomic operations, lock-free programming, async I/O | 25-30 | advanced | Planned | |
@@ -111,6 +112,16 @@ cd Tutorial_AwesomeModernCPP |
111 | 112 |
|
112 | 113 | --- |
113 | 114 |
|
| 115 | +## Version History |
| 116 | + |
| 117 | +| Version | Date | Notes | |
| 118 | +|------|------|------| |
| 119 | +| [v0.1.0](changelogs/v0.1.0.md) | 2026-04-29 | Initial public release -- Vol 1/2, compilation, and embedded tutorials | |
| 120 | + |
| 121 | +See [changelogs/](changelogs/) for full release history. |
| 122 | + |
| 123 | +--- |
| 124 | + |
114 | 125 | ## Branch Overview |
115 | 126 |
|
116 | 127 | | Branch | Purpose | Status | |
|
0 commit comments