Skip to content

Commit edfc1b4

Browse files
committed
Update CHANGELOG
1 parent c1334dd commit edfc1b4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@ This project adheres to [Semantic Versioning](https://semver.org/).
1010

1111
### Changed
1212

13+
* Extend RelationsMapIndex to work with 64bit IDs. This should not change
14+
anything for typical OSM use (where relation IDs fit in 32bit), but help
15+
with users adding their own relations.
16+
* Removed deprecated support for regexes from osmium::tags::Filter, use
17+
osmium::TagsFilter instead (`osmium/tags/regex_filter.hpp` removed).
18+
* Remove special cases disabling regex support for old C++ libs.
19+
* Various code cleanups.
20+
1321
### Fixed
1422

1523

0 commit comments

Comments
 (0)