Skip to content

Commit

Permalink
Merge pull request #724 from apiaryio/kylef/drafter-pre.8
Browse files Browse the repository at this point in the history
Drafter 4.0.0-pre.8
  • Loading branch information
tjanc authored Jul 1, 2019
2 parents 8e21bac + bd174fb commit 20c2bde
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
15 changes: 9 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Drafter Changelog

## Master
## 4.0.0-pre.8 (2019-07-01)

### Enhancements

* Adds de-duplication of objects in `anyOf` in produced JSON Schemas under
cases where the properties have been declared in different orders in MSON.
[#664](https://github.com/apiaryio/drafter/issues/664)

### Bug Fixes

Expand All @@ -11,11 +17,8 @@
emit a warning when the referenced type does not exist. The invalid type
reference will not be present in the parse result.

### Enhancements

* Adds de-duplication of objects in `anyOf` in produced JSON Schemas under
cases where the properties have been declared in different orders in MSON.
[#664](https://github.com/apiaryio/drafter/issues/664)
* Prevents Drafter from aborting while parsing some API Blueprints due to
invalid internal state.

## 4.0.0-pre.7 (2019-05-31)

Expand Down
2 changes: 1 addition & 1 deletion src/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#define DRAFTER_PATCH_VERSION 0

#define DRAFTER_VERSION_IS_RELEASE 0
#define DRAFTER_PRE_RELEASE_VERSION 7
#define DRAFTER_PRE_RELEASE_VERSION 8

#ifndef DRAFTER_STRINGIFY
#define DRAFTER_STRINGIFY(n) DRAFTER_STRINGIFY_HELPER(n)
Expand Down

0 comments on commit 20c2bde

Please sign in to comment.