Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor schema_reader.py #811

Merged
merged 10 commits into from
Apr 9, 2020
4 changes: 3 additions & 1 deletion CHANGELOG.next.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ Thanks, you're awesome :-) -->

#### Breaking changes

* Removed the `order` attribute from the `ecs_nested.yml` and `ecs_flat.yml` files. #811

#### Bugfixes

* Subsets are created after duplicating reusable fields now so subsets can
Expand All @@ -50,7 +52,7 @@ Thanks, you're awesome :-) -->
#### Improvements

* Add support for reusing offical fieldsets in custom schemas. #751
* Add full path names to reused fieldsets in `nestings` array in ecs_nested.yml. #803
* Add full path names to reused fieldsets in `nestings` array in `ecs_nested.yml`. #803
* Allow shorthand notation for including all subfields in subsets. #805

#### Deprecated
Expand Down