Skip to content

Commit da63416

Browse files
committed
Update changelog for 0.1.1
1 parent ca2bbd4 commit da63416

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

CHANGELOG.md

+14-1
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,31 @@ All notable changes to simdzone will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## [0.1.1] - 2024-07-19
99

1010
### Added
1111

1212
- Test to verify configure.ac and Makefile.in are correct.
13+
- Add support for reading from stdin if filename is "-".
14+
- Add support for building with Oracle Developer Studio 12.6.
15+
- Add support for "time" service for Well-Know Services (WKS) RR.
1316

1417
### Fixed
1518

1619
- Fix makefile dependencies.
1720
- Fix makefile to use source directory for build dependencies.
1821
- Fix changelog to reflect v0.1.0 release.
1922
- Update makefile to not use target-specific variables.
23+
- Fix makefile clean targets.
24+
- Fix state keeping in fallback scanner for contiguous and quoted.
25+
- Fix bug in name scanner.
26+
- Fix type mnemonic parsing in fallback parser.
27+
- Fix endian.h to include machine/endian.h on OpenBSD releases before 5.6.
28+
- Fix use after free on buffer resize.
29+
30+
### Changed
31+
32+
- Make relative includes relative to current working directory.
2033

2134
## [0.1.0] - 2024-04-16
2235

0 commit comments

Comments
 (0)