Some fixes to unreleased_history/ (#11504)

Summary:
* Add a "Performance Improvements" section
* Add required copyright headers

Pull Request resolved: https://github.com/facebook/rocksdb/pull/11504

Test Plan: manual

Reviewed By: hx235

Differential Revision: D46405128

Pulled By: pdillinger

fbshipit-source-id: 4f878dfd0170d381d3051a44c13479c860e812c0
This commit is contained in:
Peter Dillinger 2023-06-02 15:55:02 -07:00 committed by Facebook GitHub Bot
parent 71ca9a1dcd
commit 7a9b264f36
3 changed files with 3 additions and 0 deletions

View File

@ -1,4 +1,5 @@
#! /usr/bin/env bash
# Copyright (c) Meta Platforms, Inc. and affiliates.
set -e
set -o pipefail

View File

@ -1,4 +1,5 @@
#! /usr/bin/env bash
# Copyright (c) Meta Platforms, Inc. and affiliates.
set -e
@ -66,6 +67,7 @@ process_dir new_features "New Features"
process_dir public_api_changes "Public API Changes"
process_dir behavior_changes "Behavior Changes"
process_dir bug_fixes "Bug Fixes"
process_dir performance_improvements "Performance Improvements"
# Check for unexpected files or dirs at top level. process_dir/process_file
# will deal with contents of these directories