Skip to content

Commit

Permalink
Add release notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
julianhyde committed Jan 21, 2014
1 parent 1d55677 commit c439400
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions RELEASE.md → HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

For a full list of releases, see <a href="https://github.com/julianhyde/linq4j/releases">github</a>.

## <a href="https://github.com/julianhyde/linq4j/releases/tag/linq4j-0.1.13">0.1.13</a> (2014-01-20)

* Remove spurious "null" generated when converting expression to string.
* Allow a field declaration to not have an initializer.
* Add Primitive.defaultValue.
* Enable oraclejdk8 in Travis CI.

## <a href="https://github.com/julianhyde/linq4j/releases/tag/linq4j-0.1.12">0.1.12</a> (2013-12-07)

* Add release notes.
Expand Down
2 changes: 1 addition & 1 deletion NOTICE
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
linq4j
Copyright (C) 2012-2013, Julian Hyde
Copyright (C) 2012-2014, Julian Hyde

This product includes software developed by Julian Hyde
(http://www.hydromatic.net).
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,4 +97,4 @@ More information
* Project page: http://www.hydromatic.net/linq4j
* Source code: http://github.com/julianhyde/linq4j
* Developers list: http://groups.google.com/group/linq4j-dev
* <a href="RELEASE.md">Release notes</a> for latest release (also change log for previous releases)
* <a href="HISTORY.md">Release notes and history</a>

0 comments on commit c439400

Please sign in to comment.