Update ChangeLog.txt

Fixed typo on line 5
This commit is contained in:
Izzie Corley 2024-09-12 19:39:56 -04:00 committed by GitHub
parent 03a4842c9c
commit ce589486aa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,7 +2,7 @@
- gflags: version 2.2.2
Fixed 267: Support build with GCC option "-fvisibility=hidden".
Fixed 262: Declare FALGS_no##name variables as static to avoid "previous extern" warning.
Fixed 262: Declare FLAGS_no##name variables as static to avoid "previous extern" warning.
Fixed 261: Declare FlagRegisterer ctor explicit template instanations as extern in header
Fixed 257: Build with _UNICODE support on Windows.
Fixed 233/234/235: Move CMake defines that are unused by Bazel to separate header; makes config.h private again