File tree Expand file tree Collapse file tree 3 files changed +29
-28
lines changed Expand file tree Collapse file tree 3 files changed +29
-28
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ toml-span/CHANGELOG.md
Original file line number Diff line number Diff line change 1+ <!-- markdownlint-disable blanks-around-headings blanks-around-lists no-duplicate-heading -->
2+
3+ # Changelog
4+
5+ All notable changes to this project will be documented in this file.
6+
7+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
8+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
9+
10+ <!-- next-header -->
11+ ## [ Unreleased] - ReleaseDate
12+ ### Added
13+ - [ PR #3 ] ( https://github.com/EmbarkStudios/toml-span/pull/3 ) actually added some documentation.
14+ - [ PR #3 ] ( https://github.com/EmbarkStudios/toml-span/pull/3 ) added ` DeserError::merge `
15+
16+ ### Fixed
17+ - [ PR #3 ] ( https://github.com/EmbarkStudios/toml-span/pull/3 ) ` TableHelper::take ` now appends the key to the ` expected ` array
18+
19+ ### Changed
20+ - [ PR #3 ] ( https://github.com/EmbarkStudios/toml-span/pull/3 ) removed ` TableHelper::with_default/parse/parse_opt `
21+
22+ ## [ 0.1.0] - 2024-02-20
23+ ### Added
24+ - Initial implementation
25+
26+ <!-- next-url -->
27+ [ Unreleased ] : https://github.com/EmbarkStudios/toml-span/compare/0.1.0...HEAD
28+ [ 0.1.0 ] : https://github.com/EmbarkStudios/toml-span/releases/tag/0.1.0
File renamed without changes.
You can’t perform that action at this time.
0 commit comments