Skip to content

Commit

Permalink
[toml] minor changelog updates
Browse files Browse the repository at this point in the history
  • Loading branch information
0exp committed Jul 19, 2019
1 parent bac91e1 commit e8269c4
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,10 @@
All notable changes to this project will be documented in this file.

## [Unreleased]
- Support for **TOML** (`.toml`) format :
- realized as a plugin:
```ruby
Qonfig.plugin(:toml)
```
- depends on gem `toml-rb` (you should require `toml-rb` before using the plugin)
- provides:
- `#save_to_toml` (works in `#save_to_yaml`/`#save_to_json` manner);
- `#load_fro_toml` (works in `#load_from_yaml`/`#load_from_json` manner);
- `#expose_toml` (works in `#expose_yaml` manner);
### Added
- Support for **TOML** (`.toml`) format
- realized as a plugin (`Qonfig.plugin(:toml)`);
- provides `#save_to_toml`, `#load_from_toml`, `#expose_toml` and works in `#*_yaml`-like manner);

## [0.11.0] - 2019-05-15
### Added
Expand Down

0 comments on commit e8269c4

Please sign in to comment.