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

Commit

Permalink
Bump version to 0.4.2 and add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
FalsePattern committed Oct 17, 2021
1 parent b2f28f9 commit e7f1b67
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,23 @@ While scouting the web for COM implementations in java, i stumbled upon an artic
So it seems like this project brings Java and Microsoft back together, a bit like how it was 20 years ago.

## 9. Changelog
### [0.4.2] - 2021-10-17
#### Added
* Additional Direct3D headers based on the [api docs](https://github.com/MicrosoftDocs/sdk-api/blob/docs/sdk-api-src/content/_direct3d11/index.md).

Note: this does not include the C++ interoperability header, as jextract only translates C headers.
* d3d11_1.h
* d3d11_2.h
* d3d11_3.h
* d3d11_4.h
* d3d11sdklayers.h
* d3d11shader.h
* d3d11shadertracing.h
* d3dcommon.h
* d3dcsx.h
* Constant extractor now extracts byte, short, int, long, float, and double constants. String constants are not extracted for now.
#### Changed
* Constant extractor now also removes the respective getter methods from Win32.java and its superclasses to fix some potential confusion.
### [0.4.1] - 2021-10-16
#### Added
* Javadoc to the memory manipulation classes
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.falsepattern</groupId>
<artifactId>jwin32</artifactId>
<version>0.4.1</version>
<version>0.4.2</version>

<properties>
<java.version>17</java.version>
Expand Down

0 comments on commit e7f1b67

Please sign in to comment.