aboutsummaryrefslogtreecommitdiff
path: root/generate_changelog.py
diff options
context:
space:
mode:
authorAdam Cozzette <acozzette@google.com>2018-05-24 15:56:09 -0700
committerAdam Cozzette <acozzette@google.com>2018-05-24 15:59:16 -0700
commitc8440a35a13195ca3b9ed3c79b8c5ce4a5276509 (patch)
tree4c4fc74cbc11510b26b94e8bf8a7d0c923cddf04 /generate_changelog.py
parent00d32539c6aa0c4efe9577561a00f443edd9a417 (diff)
downloadprotobuf-c8440a35a13195ca3b9ed3c79b8c5ce4a5276509.tar.gz
protobuf-c8440a35a13195ca3b9ed3c79b8c5ce4a5276509.tar.bz2
protobuf-c8440a35a13195ca3b9ed3c79b8c5ce4a5276509.zip
Updated generate_changelog.py
I removed references to javanano, since that implementation no longer exists. While I was at it I found a couple places where it looked like the wrong directory was used by mistake and I fixed them.
Diffstat (limited to 'generate_changelog.py')
-rwxr-xr-xgenerate_changelog.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/generate_changelog.py b/generate_changelog.py
index d90a9b70..8e5bf423 100755
--- a/generate_changelog.py
+++ b/generate_changelog.py
@@ -20,11 +20,10 @@ languages = [
]),
Language("Java", [
"java",
- "javanano",
- "src/google/protobuf/compiler/cpp",
+ "src/google/protobuf/compiler/java",
]),
Language("Python", [
- "javanano",
+ "python",
"src/google/protobuf/compiler/python",
]),
Language("JavaScript", [