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
oxigraph-main
Peter Dillinger 2 years ago committed by Facebook GitHub Bot
parent 71ca9a1dcd
commit 7a9b264f36
  1. 1
      unreleased_history/add.sh
  2. 0
      unreleased_history/performance_improvements/.gitkeep
  3. 2
      unreleased_history/release.sh

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

@ -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

Loading…
Cancel
Save