Skip to content

Commit 68bc574

Browse files
committed
Correct spelling and grammar mistakes from release notes file
1 parent ee81c59 commit 68bc574

1 file changed

Lines changed: 16 additions & 16 deletions

File tree

ReleaseNotes.txt

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3,27 +3,27 @@ Release notes
33
In general: update them just before setting a tag:
44
git tag -a vx.y.z
55

6-
Describe the changes (the motivation) which motiviated this tag.
6+
Describe the changes (the motivation) that motivated this tag.
77
The same information should be added into this file, so that
88
the tag has the "diff" of ReleaseNotes.txt, kind of.
99

1010
It is probably a good idea to set a new tag with every new feature.
11-
The first digit should be increased, when there are non compatible changes:
12-
Things had been removed, code that had been moved inside the code tree,
11+
The first digit should be increased, when there are non-compatible changes:
12+
Things have been removed, code that has been moved inside the code tree,
1313
so that a project will not compile without further changes.
14-
The second digit will be inccreased when a new feature had been added,
14+
The second digit will be increased when a new feature had been added,
1515
which will reset the third digit to 0.
1616
(The word digit is wrong. We can have 2.11.13 or so)
1717

18-
The 3rd digit will be increased, when there is a pure bugfix.
18+
The 3rd digit will be increased, when there is a pure bug fix.
1919
See v2.0.0 vs 2.0.1
2020

2121
v2.10.0
2222
- Compatible with tc_mca_std_lib v2.10.0
2323
- New features:
2424
- Add Library TC2_MC2_Drive to have the ST_DriveInfo DUT available.
2525
- Improvements:
26-
- Refactor Cabinet monitoring. All FB's are extension of a based FB and now
26+
- Refactor Cabinet monitoring. All FBs are an extension of a based FB and now
2727
all the FBs are in a folder structure (MBP-326).
2828

2929
v2.9.1
@@ -49,18 +49,18 @@ v2.8.0
4949
- Compatible with tc_mca_std_lib v2.8.0
5050
- New features:
5151
- Cabinet_Monitoring (renamed from Cabinet_Configuration) program to call the monitoring FBs.
52-
- Add TcLinkTo attribute to the variables in the Shutter_Opertaor_Panel program.
53-
- Includes in solution tree FB_ESSMonitoringMCU5001a.
52+
- Add TcLinkTo attribute to the variables in the Shutter_Operator_Panel program.
53+
- Include in solution tree FB_ESSMonitoringMCU5001a.
5454
- Add to GVL_APP the pressure group pressure limits variables and allow time for pressure out
5555
of range variable.
5656
- Pneumatic_Box program that contains the variables for the pressure sensors and pressure limits
5757
calculations and signals.
58-
- Add Safety_Shutter program. It is a modified version of Pneuamtics_Template modified for PSS safety
59-
related shutter. It inlcudes the variables needed for the PSS permit signals.
58+
- Add Safety_Shutter program. It is a modified version of Pneumatics_Template modified for PSS safety
59+
related shutter. It includes the variables needed for the PSS permit signals.
6060
- Improvements:
6161
- Update Pneumatics_Template to reflect the variable changes: Pressure limits, retract and
6262
extract times, allow pressure out of range, pressure groups.
63-
- Change name of configuration variable form bPneumaticsAxisShutter to bSafetyShutter.
63+
- Change name of configuration variable from bPneumaticsAxisShutter to bSafetyShutter.
6464
- Delete the negation of the PSS Permit light in the Shutter_Operator_Panel program and set the
6565
index of the GVL.astPneumaticAxes to 1.
6666
- Link the tAllowTimePressureOutOfRange, stPneumaticAxisConfig.fLow/HighLimitPressureValue to the
@@ -74,7 +74,7 @@ v2.6.0
7474
- New features:
7575
- Update MAIN.sVersion to 2.6.0 to match tag version.
7676
- Add Release notes file for tc_generic_structure changes.
77-
- Includes DUTs for:
77+
- Include DUTs for:
7878
Backlash compensation (MBP-167).
7979
Read/Write CoE Parameters from motor Drive (MBP-271).
8080
- Add variable nTestNum in MAIN. The variable is used in the ESS's FAT_SAT_tools python scripts (MBP-295).
@@ -91,7 +91,7 @@ v2.5.0
9191
Delete the variables related to PILS.
9292
Add the variables and comments related to advanced homing configuration.
9393
Add the new variable bEnableStopWithAnyLimitSwitch.
94-
- Update GlobalTextList to support the new button bEnableStopWithAnyLimitSwitch in MAINVISU
94+
- Update GlobalTextList to support the new button bEnableStopWithAnyLimitSwitch in MainVisu.
9595

9696
v2.4.0
9797
- Compatible with tc_mca_std_lib v2.5.0
@@ -100,7 +100,7 @@ v2.4.0
100100
- Remove Product version line from the files.
101101
- New features:
102102
- Add support for c6017 ups in Restore Position code (MBP-273).
103-
- Add Shutter Operator panel Template, inlcudes the behavior of the LEDs on the panel code.
103+
- Add Shutter Operator panel Template, include the behavior of the LEDs on the panel code.
104104

105105
v2.3.0
106106
- Compatible with tc_mca_std_lib v2.4.0
@@ -111,7 +111,7 @@ v2.3.0
111111
Select the option "Minimize the Id changes in TwinCAT files" to get rid of the changes in the id hash.
112112
Add ST_HomingConfig to the solution file structure.
113113
Update all libraries placeholders to latest version.
114-
The option "Clear invlaid persistent data" is set to true.
114+
The option "Clear invalid persistent data" is set to true.
115115

116116
v2.2.0
117117
- Compatible with tc_mca_std_lib v2.2.0
@@ -123,7 +123,7 @@ v2.1.0
123123

124124
v2.0.0
125125
- Compatible with tc_mca_std_lib v2.0.2
126-
- New feature:
126+
- New features:
127127
- Add Position Bias to the variables to restore when losing power (MBP-221).
128128
- Remove unused OPC tags (MBP-245).
129129
- Add git filter explanation to the file .gitattributes (MBP-246).

0 commit comments

Comments
 (0)