about summary refs log tree commit diff
path: root/doc/manual/release-notes/rl-1.11.xml
AgeCommit message (Collapse)AuthorFilesLines
2017-04-12 Move note about float support out of the wrong release notesBenjamin Staffin1-7/+0
Looks like this snuck into the 1.11 release notes post-release, but float support isn't actually present until 1.12.
2016-02-12 Merge pull request #762 from ctheune/ctheune-floatsEelco Dolstra1-0/+7
Implement floats
2016-01-19 GrmblEelco Dolstra1-1/+1
2016-01-18 Update release notesEelco Dolstra1-2/+38
2016-01-06 Update documentation for floats.Christian Theune1-0/+7
2016-01-04 Update release notesEelco Dolstra1-3/+85
2015-11-10 rename `chroot` to `sandbox` (fixes #656, close #682)Vladimír Čunát1-0/+23
- rename options but leav old names as lower-priority aliases, also "-dirs" -> "-paths" to get closer to the meaning - update docs to reflect the new names (old aliases are not documented), including a new file with release notes - tests need an update after corresponding changes to nixpkgs - __noChroot is left as it is (after discussion on the PR)