File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.28.1 - TBD
4+
5+ ### Enhancements
6+ - Fixed documentation for using external versions of libraries (credit: @ElBellaCiao )
7+
38## 0.28.0 - 2025-01-21
49
510### Breaking changes
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ You'll need to ensure the following dependencies are installed:
6969
7070By default, date, cpp-httplib and nlohmann\_ json are downloaded by CMake as part of the build process.
7171If you would like to use a local version of these libraries, enable the CMake flag
72- ` DATABENTO_ENABLE_EXTERNAL_DATE ` , ` DATABENTO_ENABLE_EXTERNAL_HTTPLIB ` , or ` DATABENTO_ENABLE_EXTERNAL_JSON ` respectively.
72+ ` DATABENTO_USE_EXTERNAL_DATE ` , ` DATABENTO_USE_EXTERNAL_HTTPLIB ` , or ` DATABENTO_USE_EXTERNAL_JSON ` respectively.
7373
7474#### Ubuntu
7575
You can’t perform that action at this time.
0 commit comments