summaryrefslogtreecommitdiff
path: root/RELEASE-NOTES.md
diff options
context:
space:
mode:
authorLuis Rascão <luis.rascao@gmail.com>2016-08-27 00:44:44 +0100
committerLuis Rascão <luis.rascao@gmail.com>2016-08-27 00:44:44 +0100
commit57d3c4d172746879ebbd4d8532c7247f7d972264 (patch)
treec1b42055e63ee30ed06af43cbbe014e9c07ce53f /RELEASE-NOTES.md
parent9b2b0239e20732579beb5c453c051905718803e9 (diff)
downloadrebar-57d3c4d172746879ebbd4d8532c7247f7d972264.tar.gz
Prepare release 2.6.3
Diffstat (limited to 'RELEASE-NOTES.md')
-rw-r--r--RELEASE-NOTES.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md
index f6ca12d..125c281 100644
--- a/RELEASE-NOTES.md
+++ b/RELEASE-NOTES.md
@@ -1,3 +1,13 @@
+# 2.6.3
+
+* rebar/610: [qc: lift experimental notice](https://github.com/rebar/rebar/pull/610)
+* rebar/611: [port_compiler: consistently format default_env/0](https://github.com/rebar/rebar/pull/611)
+* rebar/612: [Introduce and use compat random number module](https://github.com/rebar/rebar/pull/612)
+* rebar/614: [Add an additional check for the existence of a 'rebar.beam' file](https://github.com/rebar/rebar/pull/614)
+* rebar/615: [port_compiler: generate clang compilation db](https://github.com/rebar/rebar/pull/615)
+* rebar/616: [port_compiler: clean up compile_each()](https://github.com/rebar/rebar/pull/616)
+* rebar/617: [port_compiler: auto-select C++ specific link template](https://github.com/rebar/rebar/pull/617)
+
# 2.6.2
* rebar/532: [Automatically clean neotoma-generated erl files, regression test](https://github.com/rebar/rebar/pull/532)