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.
pull/4676/head
Adam Cozzette 7 years ago
parent 00d32539c6
commit c8440a35a1
  1. 5
      generate_changelog.py

@ -20,11 +20,10 @@ languages = [
]), ]),
Language("Java", [ Language("Java", [
"java", "java",
"javanano", "src/google/protobuf/compiler/java",
"src/google/protobuf/compiler/cpp",
]), ]),
Language("Python", [ Language("Python", [
"javanano", "python",
"src/google/protobuf/compiler/python", "src/google/protobuf/compiler/python",
]), ]),
Language("JavaScript", [ Language("JavaScript", [

Loading…
Cancel
Save