From 71e0ac1fa9359c048b7442a75d43b69696ef9c28 Mon Sep 17 00:00:00 2001 From: Seven Du Date: Tue, 20 Sep 2022 14:50:17 +0800 Subject: [PATCH] docs(changelog): Update change log --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d8f0554..52c5e747 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,10 @@ final User user = await prisma.user.create( - Nullable fields generating broken field implementations - [#23](https://github.com/odroe/prisma-dart/issues/23) +### Features: + +- Add `precache` command, Populate the Prisma engines cache of binary artifacts. + ## 2.1.3 🌟 Help us spread the word about [Prisma ORM for Dart](https://github.com/odroe/prisma-dart) by starring the repo or [Tweeting](https://twitter.com/intent/tweet?text=Check%20out%20the%20latest%20@prisma%20ORM%20for%20Dart%20release%20v2.1.3🚀%0D%0A%0D%0Ahttps://github.com/odroe/prisma-dart/releases/tag/2.1.3) about the release. 🌟