File tree 2 files changed +20
-1
lines changed
2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,25 @@ All notable changes to this project will be documented in this file.
4
4
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ )
6
6
7
+ ## Unreleased changes post [ 1.1.0]
8
+
9
+ ## [ 1.1.0] - 2021-02-18
10
+
11
+ ### Changed
12
+
13
+ ### Added
14
+ - Configuration option to set the project's PLT path: ` :plt_local_path ` .
15
+ - Project configuration setting to exclude files based on a regex: ` :exclude_files ` .
16
+ - ` explain ` text for ` :missing_range ` warning.
17
+
18
+ ### Fixed
19
+
20
+ - Fixes and improvements to README and documentation.
21
+ - Fixed ` mix.lock ` hash stability. Will cause a recheck of PLTs on first usage in each project.
22
+
23
+ ### Changed
24
+ - Improved wording of argument mismatch warnings.
25
+
7
26
## [ 1.0.0] - 2020-03-16
8
27
9
28
### Changed
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.0 .0"
5
+ @ version "1.1 .0"
6
6
7
7
def project do
8
8
[
You can’t perform that action at this time.
0 commit comments