From c082be5dfd20944c079f61af39aab032a522fec2 Mon Sep 17 00:00:00 2001 From: Johannes Raggam Date: Mon, 19 Aug 2024 14:24:32 +0200 Subject: [PATCH] Fix changelog. --- CHANGES.md | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 58e628a8d..5a83319c8 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -3,18 +3,6 @@ See the [history](./docs/history/index.md) for older changelog entries. - -## [9.9.14](https://github.com/Patternslib/patterns/compare/9.9.13...9.9.14) (2024-08-19) - - -### Bug Fixes - - -* **core dom:** Avoid circular imports. ([962d5f2](https://github.com/Patternslib/patterns/commit/962d5f275c577beff0bd3cd7eccea376a117dcbb)) - - Remove BBB export "add_event_listener" and "remove_event_listener" to avoid circular imports. -This fixes a test-run problem in pat-tiptap and was long overdue anyways. - ## [9.9.14](https://github.com/Patternslib/patterns/compare/9.9.13...9.9.14) (2024-08-19)