Skip to content

Commit

Permalink
Update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
kodebach committed Oct 2, 2020
1 parent f90ec81 commit 8b47125
Showing 1 changed file with 5 additions and 18 deletions.
23 changes: 5 additions & 18 deletions doc/news/_preparation_next_release.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,13 @@ You can also read the news [on our website](https://www.libelektra.org/news/0.9.

## Highlights

- <<HIGHLIGHT1>>
- Important Changes to Keynames
- <<HIGHLIGHT2>>
- <<HIGHLIGHT3>>

### <<HIGHLIGHT1>>
### Important Changes to Keynames

<!-- TODO (kodebach) -->

### <<HIGHLIGHT2>>

Expand All @@ -51,26 +53,11 @@ The following section lists news about the [modules](https://www.libelektra.org/
- <<TODO>>
- <<TODO>>

### TOML

### Quickdump

- Support for the old quickdump v1 and v2 formats has been removed. _(Klemens Böswirth)_

### Tcl

- We made sure that building the plugin works, if you use the latest version of CMake (`3.15.3`) and Boost (`1.71`). _(René Schwaiger)_

### Type

- We added an option to disable the restoring of boolean values. This useful for storage formats like YAML that have
native boolean types. _(Klemens Böswirth)_

### Yajl

- Yajl now correctly supports Elektras boolean types using the `type` plugin. For example, setting `on`, `enable` or `true` all map to JSONs native `true` value. See the [type](../../src/plugins/type/README.md) plugin for more details about boolean types. _(Philipp Gackstatter)_

### <<Plugin2>>
### TOML

- Added the TOML plugin, which can read and write TOML files using flex and bison. _(Jakob Fischer)_
- Removed the `null` plugin dependency of the plugin. _(Jakob Fischer)_
Expand Down

0 comments on commit 8b47125

Please sign in to comment.