File tree Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,23 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
6
6
7
7
Versions follow [ Semantic Versioning 2.0] ( https://semver.org/spec/v2.0.0.html )
8
8
9
- ## Unreleased changes post [ 1.4.5]
9
+ ## Unreleased changes post [ 1.4.6]
10
+
11
+ ## [ 1.4.6] - 2025-08-09
12
+ ### Fixed
13
+ - ` CallWithoutOpaque ` function clause error on OTP-28
14
+ - ` invalid_contract ` warning showed spec twice instead of success typing
15
+
16
+ ### Changed
17
+ - Update ` ex_doc ` to the latest version for an improved UI
18
+
19
+ ### Docs
20
+ - Add a note about the ` :unknown ` flag to the "Default Flags" section in the README
21
+ - Fix dead hex doc links by including CI config docs in ` mix.exs ` 's ` :docs `
22
+ - Fix a typo in the README
23
+
24
+ ### CI
25
+ - Update the Ubuntu version used in CI to 24.04
10
26
11
27
## [ 1.4.5] - 2024-11-17
12
28
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ defmodule Dialyxir.Mixfile do
2
2
use Mix.Project
3
3
4
4
@ source_url "https://github.com/jeremyjh/dialyxir"
5
- @ version "1.4.5 "
5
+ @ version "1.4.6 "
6
6
7
7
def project do
8
8
[
You can’t perform that action at this time.
0 commit comments