Commit Diff


commit - 39af3b8c4ec6910c2a7b158ec2236793e96e6a3b
commit + da8ee0a6a33195795a4e8e4dd547f6a501672218
blob - 4d7674e9dcc29248f5ba4628ab5c17488c959beb
blob + b630b18d3cdc9f1d72cf20c10e7482d77d57f187
--- ChangeLog.md
+++ ChangeLog.md
@@ -5,13 +5,26 @@ All notable changes to this project will be documented
 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).
 
+## [1.3.1] - 2023-09-01
+### Changed
+- Add missing entries in ChangeLog
+
+## [1.3] - 2023-09-01
+### Changed
+- The `-i` option now prints ASCII art instead of spaces
+
+## [1.2.4] - 2023-06-08
+### Changed
+- Minor code style adjustments
+- Fix allocation bug
+
 ## [1.2.3] - 2023-05-30
-## Changed
+### Changed
 - Better error handling
 
 ## [1.2.2] - 2023-05-30
-## Changed
-- Removed `-Werror`
+### Changed
+- Remove `-Werror`
 
 ## [1.2.1] - 2023-05-30
 ### Changed