Skip to content

Commit e19dbf0

Browse files
author
José Valim
committed
Update CHANGELOG
1 parent c654159 commit e19dbf0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
* [Mix] `mix archive` now includes the version of the generated archive
1212
* [Mix] Mix now requires explicit dependency overriding to be given with `override: true`
1313
* [Mix] Projects can now define an `:elixir` key to outline supported Elixir versions
14+
* [Typespec] Improve error messages to contain file, line and the typespec itself
1415

1516
* bug fix
1617
* [CLI] Elixir can now run on Unix directories with `:` in its path
@@ -53,7 +54,7 @@
5354
* [Mix] Implement `Mix.Version` for basic versioning semantics
5455
* [Mix] Support creation and installation of archives (.ez files)
5556
* [Mix] `github: ...` shortcut now uses the faster `git` schema instead of `https`
56-
* [Record] Allow types to be given to `defrecord` and `defrecordp`
57+
* [Record] Allow types to be given to `defrecordp`
5758

5859
* bug fix
5960
* [Kernel] The elixir executable on Windows now supports the same options as the UNIX one

0 commit comments

Comments
 (0)