Browse Source

Flush news + drop 17.0 tests on travis.

Andreas Stenius 11 years ago
parent
commit
d1d3f6057f
2 changed files with 1 additions and 24 deletions
  1. 1 1
      .travis.yml
  2. 0 23
      NEWS.md

+ 1 - 1
.travis.yml

@@ -1,7 +1,7 @@
 language: erlang
 otp_release:
 # Test on all supported releases accepted by the `require_otp_vsn` in rebar.config
-  - 17.0
+#  - 17.0 not yet available on travis!
   - R16B03-1
 #  - R16B03 this version is broken!
   - R16B02

+ 0 - 23
NEWS.md

@@ -6,26 +6,3 @@ Standards](http://www.gnu.org/prep/standards/html_node/NEWS-File.html#NEWS-File)
 
 ## master (upcoming release)
 
-* Fix compile time variables and constants (#61)
-
-* The `vars` compile time option has been deprecated in favor of
-  `default_vars`.
-
-* Support for translation contexts (#131)
-
-  `context` is now a reserved keyword.
-
-* Support for plural forms in `blocktrans` blocks (#131)
-
-  As a side effect of the this, `count` and `plural` are now reserved
-  keywords (the latter only as the tag name).
-
-* Renamed compile options for `translation_fun` and `locales` to align
-  with the render options counter parts.
-
-* Support `_` prefix on template variables to avoid unused variable
-  warnings, Erlang style (#164).
-
-* Switched to `eunit_formatters` by @seancribbs for improved eunit reporting.
-
-* All tests pass on Erlang 17.0! :)