From 24a9d6e77673adfd4f0b59b1f33e517f4f2a9fc3 Mon Sep 17 00:00:00 2001 From: Hendrik van Antwerpen Date: Wed, 19 Oct 2022 18:21:04 +0200 Subject: [PATCH] Update changelog --- tree-sitter-stack-graphs/CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/tree-sitter-stack-graphs/CHANGELOG.md b/tree-sitter-stack-graphs/CHANGELOG.md index 1edb2f6c3..4773afe9f 100644 --- a/tree-sitter-stack-graphs/CHANGELOG.md +++ b/tree-sitter-stack-graphs/CHANGELOG.md @@ -5,6 +5,19 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## Unreleased + +### CLI + +#### Changed + +- The default values for the `init` commmand changed to match naming conventions. +- After `init` read all user input, it presents an overview of selected settings and asks for user confirmation before creating any files. + +### Fixed + +- Several issues with content or location of files generated by `init` command. + ## v0.4.0 -- 2022-10-19 Depend on `tree-sitter-graph` version 0.7.