Skip to content

Commit

Permalink
#632: Fix CHANGES.md wrong mentioning of deprecated snprintf
Browse files Browse the repository at this point in the history
  • Loading branch information
pnoltes committed Sep 10, 2023
1 parent 4515dac commit 96238c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ limitations under the License.
- Support for Conan 2.
- Support for uclibc (not tested in CI yet).
- Support for C++14 in addition to C++17.
- Deprecated `snprintf` usage; transitioned to `snprintf` or `aprintf`.
- Deprecated `sprintf` usage; transitioned to `snprintf` or `aprintf`.
- Refactored the bundle cache to support retention of unchanged bundles on disk.
- Automatic scan for project build options using CMake.
- Use of upstream `civetweb` dependency instead of embedded sources.
Expand Down Expand Up @@ -99,7 +99,7 @@ limitations under the License.

## Fixes

- Fixes etcdlib CMake setup to that etcdlib can be build as a separate project
- Fixes etcdlib CMake setup to that etcdlib can be built as a separate project

# Noteworthy changes for 2.2.0 (2020-01-06)

Expand Down

0 comments on commit 96238c9

Please sign in to comment.