Skip to content

Commit 08b2c5e

Browse files
committed
Changelog fixed.
1 parent c8257ce commit 08b2c5e

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

CHANGELOG.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## 2.1.0
22

3-
- Update to VSCP framework v2.1.0, please see the ![changelog](https://github.com/BlueAndi/vscp-framework/releases/tag/v2.1.0) there.
3+
- Update to VSCP framework v2.1.0, please see the [changelog](https://github.com/BlueAndi/vscp-framework/releases/tag/v2.1.0) there.
44

55
## 2.0.4
66

@@ -10,36 +10,36 @@
1010

1111
## 2.0.3
1212

13-
- Update to VSCP framework v2.0.3, please see the ![changelog](https://github.com/BlueAndi/vscp-framework/releases/tag/v2.0.3) there.
13+
- Update to VSCP framework v2.0.3, please see the [changelog](https://github.com/BlueAndi/vscp-framework/releases/tag/v2.0.3) there.
1414
- Deprecated "dataNum" replaced with "dataSize". Thanks to michpro!
1515

1616
## 2.0.2
1717

18-
- Update to VSCP framework v2.0.2, please see the ![changelog](https://github.com/BlueAndi/vscp-framework/releases/tag/v2.0.2) there.
18+
- Update to VSCP framework v2.0.2, please see the [changelog](https://github.com/BlueAndi/vscp-framework/releases/tag/v2.0.2) there.
1919

2020
## 2.0.0
2121

22-
- Update to VSCP framework v2.0.0, please see the ![changelog](https://github.com/BlueAndi/vscp-framework/releases/tag/v2.0.0) there.
22+
- Update to VSCP framework v2.0.0, please see the [changelog](https://github.com/BlueAndi/vscp-framework/releases/tag/v2.0.0) there.
2323

2424
## 1.3.0
2525

26-
- Update to VSCP framework v1.3.0, please see the ![changelog](https://github.com/BlueAndi/vscp-framework/releases/tag/v1.3.0) there.
26+
- Update to VSCP framework v1.3.0, please see the [changelog](https://github.com/BlueAndi/vscp-framework/releases/tag/v1.3.0) there.
2727

2828
## 1.2.0
2929

30-
- Update to VSCP framework v1.2.0, please see the ![changelog](https://github.com/BlueAndi/vscp-framework/releases/tag/v1.2.0) there.
30+
- Update to VSCP framework v1.2.0, please see the [changelog](https://github.com/BlueAndi/vscp-framework/releases/tag/v1.2.0) there.
3131

3232
## 1.1.0
3333

34-
- Update to VSCP framework v1.1.0, please see the ![changelog](https://github.com/BlueAndi/vscp-framework/releases/tag/v1.1.0) there.
34+
- Update to VSCP framework v1.1.0, please see the [changelog](https://github.com/BlueAndi/vscp-framework/releases/tag/v1.1.0) there.
3535

3636
## 1.0.0
3737

38-
- Update to VSCP framework v1.0.0, please see the ![changelog](https://github.com/BlueAndi/vscp-framework/releases/tag/v1.0.0) there.
38+
- Update to VSCP framework v1.0.0, please see the [changelog](https://github.com/BlueAndi/vscp-framework/releases/tag/v1.0.0) there.
3939

4040
## 0.8.0
4141

42-
- Update to VSCP framework v0.9.0, please see the ![changelog](https://github.com/BlueAndi/vscp-framework/releases/tag/v0.9.0) there.
42+
- Update to VSCP framework v0.9.0, please see the [changelog](https://github.com/BlueAndi/vscp-framework/releases/tag/v0.9.0) there.
4343
- The update includes the following bugfixes:
4444
- Bugfix: Fix of misspellings/typos, thanks to TomasRoj.
4545
- Bugfix: VSCP measurement events fixed, because internal the parameters unit and index in the vscp_data_coding_getFormatByte() call were reversed. Thanks to troky!
@@ -51,7 +51,7 @@
5151

5252
## 0.7.0
5353

54-
- Update to VSCP framework v0.8.0, please see the ![changelog](https://github.com/BlueAndi/vscp-framework/releases/tag/v0.8.0) there.
54+
- Update to VSCP framework v0.8.0, please see the [changelog](https://github.com/BlueAndi/vscp-framework/releases/tag/v0.8.0) there.
5555
- Folder structure changed inside framework folder, in preparation for the abstract event modules.
5656
- Abstract event modules introduced, see framework/events.
5757

@@ -61,28 +61,28 @@
6161

6262
## 0.6.0
6363

64-
- Update to VSCP framework v0.7.0, please see the ![changelog](https://github.com/BlueAndi/vscp-framework/releases/tag/v0.7.0) there.
64+
- Update to VSCP framework v0.7.0, please see the [changelog](https://github.com/BlueAndi/vscp-framework/releases/tag/v0.7.0) there.
6565

6666
## 0.5.0
6767

6868
- The VSCP framework returned the wrong number of used pages.
69-
- Update to VSCP framework v0.6.0, please see the ![changelog](https://github.com/BlueAndi/vscp-framework/releases/tag/v0.6.0) there.
69+
- Update to VSCP framework v0.6.0, please see the [changelog](https://github.com/BlueAndi/vscp-framework/releases/tag/v0.6.0) there.
7070

7171
## 0.4.0
7272

73-
- Update to VSCP framework v0.5.0, please see the ![changelog](https://github.com/BlueAndi/vscp-framework/releases/tag/v0.5.0) there.
73+
- Update to VSCP framework v0.5.0, please see the [changelog](https://github.com/BlueAndi/vscp-framework/releases/tag/v0.5.0) there.
7474
- Seeed-Studio-CAN_BUS_Shield example got a retry mechanism in the send routine.
7575
- Sparkfun_CAN-BUS_Shield example got a retry mechanism in the send routine.
7676

7777
## 0.3.0
7878

7979
- DigInDebounce class for digital input debouncing implemented.
80-
- Update to VSCP framework v0.4.0, please see the ![changelog](https://github.com/BlueAndi/vscp-framework/releases/tag/v0.4.0) there.
80+
- Update to VSCP framework v0.4.0, please see the [changelog](https://github.com/BlueAndi/vscp-framework/releases/tag/v0.4.0) there.
8181
- Status lamp and init button connection fixed.
8282

8383
## 0.2.0
8484

85-
Updated to VSCP framework v0.3.0, please see the ![changelog](https://github.com/BlueAndi/vscp-framework/releases/tag/v0.3.0) there.
85+
Updated to VSCP framework v0.3.0, please see the [changelog](https://github.com/BlueAndi/vscp-framework/releases/tag/v0.3.0) there.
8686

8787
## 0.1.0
8888

0 commit comments

Comments
 (0)