aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3bff4f8..741738f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,17 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased]
+## [v0.3.2] - 2018-04-16
+
+### Added
+
+- Span information to error messages
+
+### Changed
+
+- Some non fatal error messages have become warning messages. For example, specifying an empty list
+ of resources now produces a warning instead of a hard error.
+
## [v0.3.1] - 2018-01-16
### Fixed