From 63e2b926e64801d829395a2efef894c1c0d65bcc Mon Sep 17 00:00:00 2001 From: Filip Tibell Date: Sat, 8 Jul 2023 12:16:02 +0200 Subject: [PATCH] Add changelog entry --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b9bc202..2991370 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,14 @@ 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 + +### Fixed + +- Fixed crashes when writing a very deeply nested `Instance` to a file ([#62]) + +[#62]: https://github.com/filiptibell/lune/pull/62 + ## `0.7.4` - July 7th, 2023 ### Added