Skip to content

Commit

Permalink
Fix: wrong PR link location
Browse files Browse the repository at this point in the history
  • Loading branch information
Atreyagaurav committed Jan 15, 2024
1 parent 04a549c commit 98fbc23
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Unreleased
- Add `DriverIterator` format to iterate through drivers, as well as `DriverManager::all()` method that provides the iterator.
- <https://github.com/georust/gdal/pull/510>
- <https://github.com/georust/gdal/pull/512>

- **Breaking**: `Feature::set_field_xxx` now take `&mut self`
- <https://github.com/georust/gdal/pull/505>
Expand All @@ -11,7 +11,8 @@

- <https://github.com/georust/gdal/pull/504>

- Added `DriverManager::guess_driver_for_write` and `DriverManager::guess_drivers_for_write` for the ability to auto detect compatible `Driver`(s) for writing data.
- Added `DriverManager::get_output_driver_for_dataset_name` and `DriverManager::get_output_drivers_for_dataset_name` for the ability to auto detect compatible `Driver`(s) for writing data.
- <https://github.com/georust/gdal/pull/510>

- Added `Feature::unset_field`

Expand Down

0 comments on commit 98fbc23

Please sign in to comment.