mirror of
https://github.com/oatpp/oatpp.git
synced 2025-04-06 18:40:24 +08:00
changelog/1.4.0: C++ 17
This commit is contained in:
parent
8913e86e9d
commit
7159d00f05
@ -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::*` |
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user