From 308d0286b515adfe66d8fea99262913bd1b0a17a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20B=C3=A4r?= Date: Wed, 6 Oct 2021 07:22:41 +0200 Subject: [PATCH] #7: Switched mixed-up changlog entries. --- doc/changes/changes_1.0.0.md | 14 ++++++++++---- doc/changes/changes_1.0.1.md | 14 ++++---------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/doc/changes/changes_1.0.0.md b/doc/changes/changes_1.0.0.md index d6200fc..eba443d 100644 --- a/doc/changes/changes_1.0.0.md +++ b/doc/changes/changes_1.0.0.md @@ -1,11 +1,17 @@ -# error-reporting-lua 1.0.1, released 2021-10-06 +# error-reporting-lua 1.0.0, released 2021-08-06 -Code name: Fixed rockspec +Code name: Minimum Viable Product ## Summary -Release 1.0.1 of `error-reporting-lua` fixes a mistake in the rockspec, the manifest that decides what goes into the delivery package. The mistake kept the actual Lua module from being packaged. +Release 1.0.0 contains of the `exaerror` Lua module that allows defining uniform error objects and raising them as Lua `error`. + +An error object can contain an error code, a description and one or more mitigation hints. Description and mitigations can contain parameters that get replaced at runtime. + +Error objects can be used in places where Lua expects strings (e.g. in concatenations). ## Features -* #7: Fixed rockspec \ No newline at end of file +* #1: Basic error object and builder +* #3: Placeholders in mitigations +* #4: Parameter descriptions \ No newline at end of file diff --git a/doc/changes/changes_1.0.1.md b/doc/changes/changes_1.0.1.md index eba443d..d6200fc 100644 --- a/doc/changes/changes_1.0.1.md +++ b/doc/changes/changes_1.0.1.md @@ -1,17 +1,11 @@ -# error-reporting-lua 1.0.0, released 2021-08-06 +# error-reporting-lua 1.0.1, released 2021-10-06 -Code name: Minimum Viable Product +Code name: Fixed rockspec ## Summary -Release 1.0.0 contains of the `exaerror` Lua module that allows defining uniform error objects and raising them as Lua `error`. - -An error object can contain an error code, a description and one or more mitigation hints. Description and mitigations can contain parameters that get replaced at runtime. - -Error objects can be used in places where Lua expects strings (e.g. in concatenations). +Release 1.0.1 of `error-reporting-lua` fixes a mistake in the rockspec, the manifest that decides what goes into the delivery package. The mistake kept the actual Lua module from being packaged. ## Features -* #1: Basic error object and builder -* #3: Placeholders in mitigations -* #4: Parameter descriptions \ No newline at end of file +* #7: Fixed rockspec \ No newline at end of file