Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add 'unreleased' incremental change log for v15.6.0 #9544

Merged

Commits on May 1, 2017

  1. Add 'unreleased' incremental change log for v15.6.0

    **what is the change?:**
    Adding a section to the change log where we start accumulating
    annotations for React v15.6.0.
    
    **why make this change?:**
    - Saves us the trouble of writing the change log entry all at once when
      we do the release.
    - Adds transparency about what is in the upcoming release, for those who
      aren't following facebook#9398
    
    **test plan:**
    Visual inspection
    
    **issue:**
    facebook#9398
    flarnie committed May 1, 2017
    Copy the full SHA
    148fda1 View commit details
    Browse the repository at this point in the history
  2. Minor tweaks to v15.6.0 changelog annotation

    **what is the change?:**
    - added missing `#` for commit hashes
    - added minor details to two annotations
    
    Thanks to @gaearon for the code review comments.
    
    **why make this change?:**
    Consistency and clarity.
    
    **test plan:**
    Visual inspection
    
    **issue:**
    facebook#9398
    flarnie committed May 1, 2017
    Copy the full SHA
    31b64c2 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2017

  1. Remove hashes from commit numbers

    **what is the change?:**
    We had added hashes to some commit numbers, but ideally only do that
    for PRs.
    
    **why make this change?:**
    Consistency - this is how github displays those types of links too. PRs
    get a '#', and commits don't.
    
    **test plan:**
    Visual inspection
    
    **issue:**
    facebook#9398
    flarnie committed May 2, 2017
    Copy the full SHA
    b9a3d33 View commit details
    Browse the repository at this point in the history