Skip to content

Commit 3edc407

Browse files
author
José Valim
committed
Update CHANGELOG
1 parent 68c8c71 commit 3edc407

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog for Elixir v1.4
22

3-
Elixir v1.4 brings new features, enhancements and bug fixes into Elixir. The most notable changes are the addition of the `Registry` module and the `Task.async_stream/3` and `Task.async_stream/5` which aids developers in writing concurrent software. Those two features and a couple other improvements are described in detail below followed by the complete list of changes.
3+
Elixir v1.4 brings new features, enhancements and bug fixes into Elixir. The most notable changes are the addition of the `Registry` module and the `Task.async_stream/3` and `Task.async_stream/5` which aid developers in writing concurrent software. Those two features and a couple other improvements are described in detail below followed by the complete list of changes.
44

55
## Registry
66

@@ -91,6 +91,8 @@ Finally, if there is a dependency you don't want to include in the application r
9191

9292
We hope this feature provides a more streamlined workflow for developers who are building releases for their Elixir projects.
9393

94+
## v1.4.0-rc.1
95+
9496
## v1.4.0-rc.0 (2016-11-28)
9597

9698
### 1. Enhancements

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
REBAR ?= "$(CURDIR)/rebar"
22
PREFIX ?= /usr/local
33
SHARE_PREFIX ?= $(PREFIX)/share
4-
CANONICAL := master/
4+
CANONICAL :=
55
ELIXIRC := bin/elixirc --verbose --ignore-module-conflict
66
ERLC := erlc -I lib/elixir/include
77
ERL := erl -I lib/elixir/include -noshell -pa lib/elixir/ebin

0 commit comments

Comments
 (0)