We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1334dd commit edfc1b4Copy full SHA for edfc1b4
CHANGELOG.md
@@ -10,6 +10,14 @@ This project adheres to [Semantic Versioning](https://semver.org/).
10
11
### Changed
12
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
+
21
### Fixed
22
23
0 commit comments