Skip to content

Commit f283fdb

Browse files
committed
Release Artifacts for v2.3.4
[skip ci]
1 parent 43c4229 commit f283fdb

File tree

5 files changed

+81
-70
lines changed

5 files changed

+81
-70
lines changed

docs/recent-changes.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11

2+
# Release v2.3.4
3+
4+
### Patch Changes
5+
6+
#### [Fix the error message selection condition (@dead-claudia)](https://github.com/MithrilJS/mithril.js/pull/3037)
7+
8+
The previous condition was basically "if this is non-nullish or a boolean". That "or a boolean" is very obviously redundant.
9+
#### [bundler: fix mangled comments and double suffixes (@kfule)](https://github.com/MithrilJS/mithril.js/pull/3032)
10+
11+
This PR removes unnecessary suffixes from comments in the bundle file. It also fixes the strange double suffix (`mountRedraw00`).
12+
213
# Release v2.3.3
314

415
### Patch Changes

0 commit comments

Comments
 (0)