Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit e7f1b67

Browse files
committed
Bump version to 0.4.2 and add changelog
1 parent b2f28f9 commit e7f1b67

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

README.MD

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,23 @@ While scouting the web for COM implementations in java, i stumbled upon an artic
163163
So it seems like this project brings Java and Microsoft back together, a bit like how it was 20 years ago.
164164

165165
## 9. Changelog
166+
### [0.4.2] - 2021-10-17
167+
#### Added
168+
* Additional Direct3D headers based on the [api docs](https://github.com/MicrosoftDocs/sdk-api/blob/docs/sdk-api-src/content/_direct3d11/index.md).
169+
170+
Note: this does not include the C++ interoperability header, as jextract only translates C headers.
171+
* d3d11_1.h
172+
* d3d11_2.h
173+
* d3d11_3.h
174+
* d3d11_4.h
175+
* d3d11sdklayers.h
176+
* d3d11shader.h
177+
* d3d11shadertracing.h
178+
* d3dcommon.h
179+
* d3dcsx.h
180+
* Constant extractor now extracts byte, short, int, long, float, and double constants. String constants are not extracted for now.
181+
#### Changed
182+
* Constant extractor now also removes the respective getter methods from Win32.java and its superclasses to fix some potential confusion.
166183
### [0.4.1] - 2021-10-16
167184
#### Added
168185
* Javadoc to the memory manipulation classes

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.falsepattern</groupId>
88
<artifactId>jwin32</artifactId>
9-
<version>0.4.1</version>
9+
<version>0.4.2</version>
1010

1111
<properties>
1212
<java.version>17</java.version>

0 commit comments

Comments
 (0)