Skip to content

Commit c47cd9d

Browse files
committed
CHANGELOG Update
1 parent 72949b2 commit c47cd9d

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

CHANGELOG.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,23 @@
22

33
---
44

5-
## [v0.0.3](https://github.com/phil1436/MTConnect-ObjectScript/tree/0.0.3) (2023-1-23)
5+
## [v0.0.4](https://github.com/phil1436/MTConnect-ObjectScript/tree/0.0.4) (2023-2-9)
6+
7+
- Packed for _ZPM_
8+
9+
## v0.0.3 (2023-1-23)
610

711
- Bug fixes
8-
- [MTConnect.DataTypes](cls/MTConnect/DataTypes) added
9-
- [MTConnect.DataTypesBuilder](cls\MTConnect\DataTypesBuilder.cls) / [Operation](cls\MTConnect\BO\DataTypesBuilderOperation.cls) can build _%Integer_ datatypes now
12+
- [MTConnect.DataTypes](https://github.com/phil1436/MTConnect-ObjectScript/tree/master/src/cls/MTConnect/DataTypes) added
13+
- [MTConnect.DataTypesBuilder](https://github.com/phil1436/MTConnect-ObjectScript/blob/master/src/cls/MTConnect/DataTypesBuilder.cls) / [Operation](https://github.com/phil1436/MTConnect-ObjectScript/blob/master/src/cls/MTConnect/BO/DataTypesBuilderOperation.cls) can build _%Integer_ datatypes now
1014

1115
---
1216

1317
## v0.0.2 (2023-1-12)
1418

15-
- [DataTypesBuilderOperation](cls/MTConnect/BO/DataTypesBuilderOperation.cls) throws an error if the class already exists
16-
- In [MTConnectRequest](cls/MTConnect/MSG/MTConnectRequest.cls) / [Response](cls/MTConnect/MSG/MTConnectResponse.cls) removed Property: `logClass`
17-
- [ExampleProduction](cls/MTConnect/ExampleProduction) added
19+
- [DataTypesBuilderOperation](https://github.com/phil1436/MTConnect-ObjectScript/blob/master/src/cls/MTConnect/BO/DataTypesBuilderOperation.cls) throws an error if the class already exists
20+
- In [MTConnectRequest](https://github.com/phil1436/MTConnect-ObjectScript/blob/master/src/cls/MTConnect/MSG/MTConnectRequest.cls) / [Response](https://github.com/phil1436/MTConnect-ObjectScript/blob/master/src/cls/MTConnect/MSG/MTConnectResponse.cls) removed Property: `logClass`
21+
- [ExampleProduction](https://github.com/phil1436/MTConnect-ObjectScript/tree/master/src/cls/MTConnect/ExampleProduction) added
1822

1923
---
2024

0 commit comments

Comments
 (0)