From 7b271e5153e5f8f4f3be77b32c19a90d158db6cc Mon Sep 17 00:00:00 2001 From: denizk0461 Date: Fri, 6 Feb 2026 18:57:19 +0100 Subject: [PATCH] added reference to drawing challenge to changelog --- src/routes/blog/2026/0205.md | 2 +- src/routes/changelog/changelog.ts | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/src/routes/blog/2026/0205.md b/src/routes/blog/2026/0205.md index 382e365..9b34845 100644 --- a/src/routes/blog/2026/0205.md +++ b/src/routes/blog/2026/0205.md @@ -13,7 +13,7 @@ I'm posting this to hold myself accountable and to actually pull through instead diff --git a/src/routes/changelog/changelog.ts b/src/routes/changelog/changelog.ts index f485713..eaedc81 100644 --- a/src/routes/changelog/changelog.ts +++ b/src/routes/changelog/changelog.ts @@ -1,6 +1,12 @@ import { type ChangelogEntry } from "$lib/components/changelog-entry.svelte"; export const entries: ChangelogEntry[] = [ + { + date: "2026-02-06", + time: "18:47", + content: "Started a 28-day drawing challenge for myself! Updating the blog post every day with my new drawings.", + link: "/blog/2026/0205", + }, { date: "2026-02-03", time: "22:46",