Skip to content

Commit

Permalink
Changelog & comment tweak for #79, #78, #77
Browse files Browse the repository at this point in the history
  • Loading branch information
sampsyo committed Apr 22, 2020
1 parent cf20608 commit 3bf9680
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion confuse.py
Original file line number Diff line number Diff line change
Expand Up @@ -1131,7 +1131,7 @@ def value(self, view, template=None):
except NotFoundError:
pass

# get default value, raise if required
# Get default value, or raise if required.
return self.get_default_value(view.name)

def get_default_value(self, key_name='default'):
Expand Down
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,7 @@ v1.2.0

- `float` values (like ``4.2``) can now be used in templates (just like
``42`` works as an `int` template).
- The `Filename` and `Path` templates now correctly accept default values.

v1.1.0
''''''
Expand Down

0 comments on commit 3bf9680

Please sign in to comment.