From dcbc96705d6cf3793d05b734209eadd5dd5e4488 Mon Sep 17 00:00:00 2001 From: Gregory Szorc Date: Sat, 12 May 2012 20:45:56 +0000 Subject: [PATCH] Add Python binding info to release notes llvm-svn: 156721 --- clang/docs/ReleaseNotes.html | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/clang/docs/ReleaseNotes.html b/clang/docs/ReleaseNotes.html index f49f7f851902..acf0e6d1502d 100644 --- a/clang/docs/ReleaseNotes.html +++ b/clang/docs/ReleaseNotes.html @@ -31,6 +31,7 @@ td {
  • C++ Language Changes
  • Objective-C Language Changes
  • Internal API Changes
  • +
  • Python Binding Changes
  • Known Problems
  • @@ -156,6 +157,40 @@ should help get you past the largest hurdles of upgrading.

    API change 1

    ... + +

    Python Binding Changes

    + + +The following methods have been added: + +

    Significant Known Problems