Skip to content

Commit

Permalink
Update change log
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean C. Gillies committed Sep 13, 2018
1 parent 30f400d commit 7b9ff97
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ Changes

Bug fixes:

- Raise ValueError if get_writer_for_driver() is called without a driver
name.
- Windows are now frozen so that they are hashable (#1452).

1.0.3 (2018-08-01)
Expand Down
2 changes: 1 addition & 1 deletion rasterio/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,4 @@ class PhotometricInterp(Enum):
class MergeAlg(Enum):
"""Available rasterization algorithms"""
replace = 'REPLACE'
add = 'ADD'
add = 'ADD'

0 comments on commit 7b9ff97

Please sign in to comment.