Skip to content

Commit 36ae8ac

Browse files
committed
build: add NEWS file
Create a NEWS file and fill in release information. Signed-off-by: David Rheinsberg <[email protected]>
1 parent 86c6ee2 commit 36ae8ac

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

NEWS.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# r-efi-string - UEFI String Types and Converters
2+
3+
## CHANGES WITH 0.1.0:
4+
5+
* Initial release of r-efi-string.
6+
7+
* New `str16::EfiStr16` type, which is similar to `std::ffi::CStr` and
8+
wraps a 0-terminated UEFI string based on something resembling
9+
UTF-16.
10+
11+
* The `str16::EfiString16` type is still only a stub and not included
12+
in this release.
13+
14+
Contributions from: David Herrmann, Tom Gundersen
15+
16+
- Tübingen, 2019-04-16

0 commit comments

Comments
 (0)