Skip to content

Commit 9707356

Browse files
committed
Add 2024 changelog
1 parent 39b27c8 commit 9707356

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

docs/releases/2024.md

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
2+
<!-- leave this H1 here. It stops mkdocs putting in a Title at the top.
3+
It needs to be at the top of the file otherwise it breaks the
4+
table of contents on the right hand side. -->
5+
#
6+
7+
> The re-frame [Clojars page](https://clojars.org/re-frame/) contains dependency coordinates for Maven/deps/Lein.
8+
9+
## 1.4.3 (2024-01-25)
10+
11+
#### Fixed
12+
13+
- cljdoc analysis & build errors (see https://github.com/cljdoc/cljdoc/issues/853)

mkdocs.yml

+1
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ nav:
9999
- re-frame.core: api-re-frame.core.md
100100
- re-frame.alpha: api-re-frame.alpha.md
101101
- Releases:
102+
- 2024: releases/2024.md
102103
- 2023: releases/2023.md
103104
- 2022: releases/2022.md
104105
- 2021: releases/2021.md

0 commit comments

Comments
 (0)