Re: [swift-dev] Starter project: Convert release notes into something useful

2015-12-08 Thread Chris Lattner via swift-dev
> On Dec 7, 2015, at 4:21 PM, joe via swift-dev wrote: > > Nm my question about the duplicated content, I just noticed after starting to > look into this that some of the notes in the Xcode release notes are the same > as in the CHANGELOG. I'll get started on adding the missing content. Sound

Re: [swift-dev] Starter project: Convert release notes into something useful

2015-12-07 Thread joe via swift-dev
Now that the CHANGELOG.md file is in place, I can take a look at the "archeology exercise" bit. The updates to the Xcode release notes for official releases are online (https://developer.apple.com/library/ios/releasenotes/DeveloperTools/RN-Xcode/Chapters/Introduction.html), but Radek, if you ha

Re: [swift-dev] Starter project: Convert release notes into something useful

2015-12-05 Thread joe via swift-dev
No problem at all. Thanks for adding back the older missing stuff. I didn't even realize that was added back until I was editing the formatting and didn't recognize some of it from when I read it the other day. > On Dec 5, 2015, at 11:16 PM, Chris Lattner wrote: > > >> On Dec 5, 2015, at 1:06

Re: [swift-dev] Starter project: Convert release notes into something useful

2015-12-05 Thread joe via swift-dev
Ok, that makes sense. I can start by moving it to the root as a single markdown doc and making sure it renders well on GitHub. Any strong feelings on CHANGES.md vs CHANGELOG.md? > On Dec 5, 2015, at 3:00 PM, Alex Chan wrote: > > On 5 Dec 2015, at 20:54, joe via swift-dev wrote: > >> It was a

Re: [swift-dev] Starter project: Convert release notes into something useful

2015-12-05 Thread joe via swift-dev
I'd be willing to tackle the second problem (the content/design). I saw someone tweet about this file the other day, and it took me a while to find it in the utils directory. It was a great read, but also kind of a pain as one long doc because I preferred to read from the oldest notes to the mos