where would I find the list of fixes/updates/new features for any version?
or specifically for this version?
I tried to find the release notes, but can't find them.
Jerry
--
Extra Ham Operator: K7AZJ
Registered Linux User: 275424
Raspberry Pi and Arduino developer
The most exciting phrase to hear in science - the one that heralds new
discoveries - is not "Eureka!" but "That's funny...".- Isaac. Asimov
I
*f you give someone a program, you will frustrate them for a day; if you
teach them how to program, you will frustrate them for a lifetime. *-
Anonymous
If writing good code requires very little comments, then writing really
excellent code requires no comments at all!- Ken Thompson
On 06/23/2015 08:13 PM, Jerry Davis wrote:
where would I find the list of fixes/updates/new features for any
version? or specifically for this version?
I tried to find the release notes, but can't find them.
Snapshot builds like 2015.06.21 do not have manually maintained
release notes.
What happened between a specific release and some date can be
visualized on github with:
https://github.com/openscad/openscad/compare/openscad-2015.03-1...master@{2015-06-27}
For the bigger changes, you want to watch out for the lines with
"Merge pull request #xxxx". Clicking on the "..." button will
reveal the title of that change, clicking on the number #xxxx
links to the details.
Unfortunately this view does not seem to allow much filtering
or formatting.
ciao,
Torsten.