From 9792efd28688f67c1db1c4177f1a5e4a7f4fc86a Mon Sep 17 00:00:00 2001 From: Krisztian Kovacs Date: Mon, 22 Jul 2024 09:47:38 +0200 Subject: [PATCH] chore: update CHANGELOG --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 67b1d27166..cf7f8921c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,10 +7,11 @@ More expansive patch notes and explanations may be found in the specific [pathfi 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 +## [0.14.0] - 2024-07-22 ### Added +- Support for Starknet v0.13.2. - Pathfinder now creates a new directory if the database path specified does not exist. - Pathfinder now has a CLI option (`--rpc.custom-versioned-constants-json-path`) to allow loading a custom versioned constants JSON file. When specified the contents of the file is then used instead of the _latest_ constants built into the blockifier crate during execution of Cairo code.