Commit c8440a35 authored by Adam Cozzette's avatar Adam Cozzette

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.
parent 00d32539
......@@ -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", [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment