Remove Boost.Regex from the list of dependencies

This commit is contained in:
Siarhei Fedartsou 2022-07-09 20:38:49 +02:00
parent bae8e31274
commit 66e627a11d

View File

@ -3,6 +3,7 @@
- API:
- FIXED: Fix inefficient osrm-routed connection handling [#6113](https://github.com/Project-OSRM/osrm-backend/pull/6113)
- Build:
- REMOVED: Remove Boost.Regex from the list of dependencies. [#6278](https://github.com/Project-OSRM/osrm-backend/pull/6278)
- CHANGED: Enable more clang-tidy checks. [#6262](https://github.com/Project-OSRM/osrm-backend/pull/6270)
- CHANGED: Configure clang-tidy job on CI. [#6261](https://github.com/Project-OSRM/osrm-backend/pull/6261)
- CHANGED: Use Github Actions for building container images [#6138](https://github.com/Project-OSRM/osrm-backend/pull/6138)