Skip to content

Commit

Permalink
fix typo. on history
Browse files Browse the repository at this point in the history
  • Loading branch information
Nelson-numerical-software committed Mar 31, 2024
1 parent 0a6051f commit 4449f49
Show file tree
Hide file tree
Showing 8 changed files with 37 additions and 32 deletions.
6 changes: 6 additions & 0 deletions en/changelogs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
9 changes: 4 additions & 5 deletions en/core/version.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
9 changes: 4 additions & 5 deletions en/data_structures/struct.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
12 changes: 5 additions & 7 deletions en/graphics/axes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
9 changes: 4 additions & 5 deletions en/graphics/figure.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
9 changes: 4 additions & 5 deletions en/graphics/view.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
9 changes: 4 additions & 5 deletions en/tests_manager/test_run.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
6 changes: 6 additions & 0 deletions fr/changelogs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4449f49

Please sign in to comment.