From 4449f490786388c7c1ac0e56f1016cab9e3721b2 Mon Sep 17 00:00:00 2001 From: Allan CORNET Date: Sun, 31 Mar 2024 16:39:16 +0200 Subject: [PATCH] fix typo. on history --- en/changelogs/CHANGELOG.md | 6 ++++++ en/core/version.md | 9 ++++----- en/data_structures/struct.md | 9 ++++----- en/graphics/axes.md | 12 +++++------- en/graphics/figure.md | 9 ++++----- en/graphics/view.md | 9 ++++----- en/tests_manager/test_run.md | 9 ++++----- fr/changelogs/CHANGELOG.md | 6 ++++++ 8 files changed, 37 insertions(+), 32 deletions(-) diff --git a/en/changelogs/CHANGELOG.md b/en/changelogs/CHANGELOG.md index 85ebc2b3..33076f0d 100644 --- a/en/changelogs/CHANGELOG.md +++ b/en/changelogs/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 1.4.0 (UNRELEASED) + +### Changed + +- [#1142](http://github.com/nelson-lang/nelson/issues/1142) Github Actions updated. + ## 1.3.0 (2024-03-30) ### Added diff --git a/en/core/version.md b/en/core/version.md index 24c2b2be..35d965f6 100644 --- a/en/core/version.md +++ b/en/core/version.md @@ -77,11 +77,10 @@ compiler_info = version('-compiler') ## History -| Version | Description | -| ------- | --------------- | -| 1.0.0 | initial version | - -|1.2.0|`-semantic` option added.| +| Version | Description | +| ------- | ------------------------- | +| 1.0.0 | initial version | +| 1.2.0 | `-semantic` option added. | ## Author diff --git a/en/data_structures/struct.md b/en/data_structures/struct.md index 63dc741b..801fc55b 100644 --- a/en/data_structures/struct.md +++ b/en/data_structures/struct.md @@ -52,11 +52,10 @@ date_st.year = 1974) ## History -| Version | Description | -| ------- | --------------- | -| 1.0.0 | initial version | - -|1.3.0|Scalar String allowed as field name.| +| Version | Description | +| ------- | ------------------------------------ | +| 1.0.0 | initial version | +| 1.3.0 | Scalar String allowed as field name. | ## Author diff --git a/en/graphics/axes.md b/en/graphics/axes.md index 58e0ec86..fb0e09cb 100644 --- a/en/graphics/axes.md +++ b/en/graphics/axes.md @@ -147,13 +147,11 @@ plot(ax2, x, y2); ## History -| Version | Description | -| ------- | --------------- | -| 1.0.0 | initial version | - -|1.2.0|Clicking on an axis automatically sets it as the current axes object.| - -|--|GridAlpha, GridColor propertiew for Axes.| +| Version | Description | +| ------- | --------------------------------------------------------------------- | +| 1.0.0 | initial version | +| 1.2.0 | Clicking on an axis automatically sets it as the current axes object. | +| -- | GridAlpha, GridColor propertiew for Axes. | ## Author diff --git a/en/graphics/figure.md b/en/graphics/figure.md index 41b6b6f3..4c5b30d5 100644 --- a/en/graphics/figure.md +++ b/en/graphics/figure.md @@ -67,11 +67,10 @@ figure('Name', 'Hello') ## History -| Version | Description | -| ------- | --------------- | -| 1.0.0 | initial version | - -|1.2.0|Clicking on an figure automatically sets it as the current figure object.| +| Version | Description | +| ------- | ------------------------------------------------------------------------- | +| 1.0.0 | initial version | +| 1.2.0 | Clicking on an figure automatically sets it as the current figure object. | ## Author diff --git a/en/graphics/view.md b/en/graphics/view.md index fb264d54..603c8de1 100644 --- a/en/graphics/view.md +++ b/en/graphics/view.md @@ -59,11 +59,10 @@ view(2) ## History -| Version | Description | -| ------- | --------------- | -| 1.0.0 | initial version | - -|1.2.0|azimuth and elevation as output arguments.| +| Version | Description | +| ------- | ------------------------------------------ | +| 1.0.0 | initial version | +| 1.2.0 | azimuth and elevation as output arguments. | ## Author diff --git a/en/tests_manager/test_run.md b/en/tests_manager/test_run.md index 21bc0228..22e3db68 100644 --- a/en/tests_manager/test_run.md +++ b/en/tests_manager/test_run.md @@ -96,11 +96,10 @@ test_run({'string', 'time'}, 'all', [tempdir(), 'tests.xml']) ## History -| Version | Description | -| ------- | --------------- | -| 1.0.0 | initial version | - -|1.3.0|PYTHON ENVIRONMENT REQUIRED tag added| +| Version | Description | +| ------- | ------------------------------------- | +| 1.0.0 | initial version | +| 1.3.0 | PYTHON ENVIRONMENT REQUIRED tag added | ## Author diff --git a/fr/changelogs/CHANGELOG.md b/fr/changelogs/CHANGELOG.md index 85ebc2b3..33076f0d 100644 --- a/fr/changelogs/CHANGELOG.md +++ b/fr/changelogs/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 1.4.0 (UNRELEASED) + +### Changed + +- [#1142](http://github.com/nelson-lang/nelson/issues/1142) Github Actions updated. + ## 1.3.0 (2024-03-30) ### Added