aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJorge Aparicio <jorge@japaric.io>2018-04-16 23:22:01 +0200
committerJorge Aparicio <jorge@japaric.io>2018-04-16 23:22:01 +0200
commit8767f625d8b2bac6b8014fab56957c1bbb40b79a (patch)
treeb3b3edafea4548e840d11df51155fb55bcbf37ef /CHANGELOG.md
parent5ff9076e9c1a5cc2e9b57041699d0aa37ca8c768 (diff)
switch to a crates.io release of rtfm-syntax
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