changelog/1.4.0: C++ 17

This commit is contained in:
Leonid Stryzhevskyi 2024-05-13 05:24:25 +03:00
parent 8913e86e9d
commit 7159d00f05

View File

@ -6,6 +6,7 @@ Feel free to ask questions - [Chat on Gitter!](https://gitter.im/oatpp-framework
Contents:
- [C++ standard 17](#c-standard-17)
- [URL Encoder And Decoder](#url-encoder-and-decoder)
- [Introduce async::ConditionVariable](#async-condition-variable)
- [oatpp::Tree](#oatpptree)
@ -14,6 +15,10 @@ Contents:
- [Restructuring](#restructuring)
## C++ standard 17
Oat++ 1.4.0 requires C++ 17.
## URL Encoder And Decoder
```cpp
@ -175,5 +180,3 @@ on `Content-Type`/`Accept` headers.
| `oatpp::parser::json::mapping::*` | `oatpp::json::*` |
| `oatpp::algorithm::CRC` | `oatpp::utils::CRC32` |
| `oatpp::data::mapping::type::*` | `oatpp::data::type::*` |