History.md in ffi-gdal-1.0.0.beta13 vs History.md in ffi-gdal-1.0.0.beta14
- old
+ new
@@ -1,8 +1,14 @@
# Change Log
Format for this file derived from [http://keepachangelog.com](http://keepachangelog.com).
+## 1.0.0.beta14 / 2022-05-06
+
+### Bug Fixes
+
+* [DEV-34133] Don't URI.parse path in `GDAL::Dataset#initialize` and `OGR::DataSource#initialize`.
+
## 1.0.0.beta13 / 2022-04-20
### Bug Fixes
* [DEV-20247] Fix return value for `OGR::LayerMixins::Extensions#point_values` when no features are found.