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

Commit a14cd60

Browse files
committed
chore: release 4.0.0-pre.6
1 parent a6e5ee2 commit a14cd60

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,20 @@
11
# Drafter Changelog
22

3-
## Master
3+
## 4.0.0-pre.6 (2019-05-20)
44

55
### Bug Fixes
66

77
* The `fixed` type attribute now inherits to empty objects. This regression was
88
introduced in 4.0.0-pre.1.
9+
[#686](https://github.com/apiaryio/drafter/issues/686)
10+
11+
* Prevents a segmentation fault while parsing a document which contains an
12+
"empty" `One Of` MSON entry.
13+
[#699](https://github.com/apiaryio/drafter/issues/699)
14+
15+
* Prevent an infinite loop while parsing a document with a circular MSON
16+
reference.
17+
[#702](https://github.com/apiaryio/drafter/issues/702)
918

1019
## 4.0.0-pre.5 (2019-05-07)
1120

src/Version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#define DRAFTER_PATCH_VERSION 0
1919

2020
#define DRAFTER_VERSION_IS_RELEASE 0
21-
#define DRAFTER_PRE_RELEASE_VERSION 5
21+
#define DRAFTER_PRE_RELEASE_VERSION 6
2222

2323
#ifndef DRAFTER_STRINGIFY
2424
#define DRAFTER_STRINGIFY(n) DRAFTER_STRINGIFY_HELPER(n)

0 commit comments

Comments
 (0)