aboutsummaryrefslogtreecommitdiffhomepage
path: root/CONTRIBUTORS.txt
diff options
context:
space:
mode:
authorGravatar pesho.petrov <pesho.petrov@630680e5-0e50-0410-840e-4b1c322b438d>2008-12-24 01:07:22 +0000
committerGravatar pesho.petrov <pesho.petrov@630680e5-0e50-0410-840e-4b1c322b438d>2008-12-24 01:07:22 +0000
commit87e64e1ceeff224043078e7e31fe0b1a119c8b1a (patch)
treeae690cfa90c7e3e213bc3422a3cb8b86a1ed01d8 /CONTRIBUTORS.txt
parentd41578239cf7f2a59f4ee5b7be67a4b711c663ec (diff)
Adding slicing support for repeated scalar fields and get/delete slice for composite fields.
Diffstat (limited to 'CONTRIBUTORS.txt')
-rw-r--r--CONTRIBUTORS.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt
index 593b3f86..e212467e 100644
--- a/CONTRIBUTORS.txt
+++ b/CONTRIBUTORS.txt
@@ -53,3 +53,5 @@ Non-Google patch contributors:
* Tru64 support.
Monty Taylor <monty.taylor@gmail.com>
* Solaris 10 + Sun Studio fix.
+ Alek Storm <alek.storm@gmail.com>
+ * Slicing support for repeated scalar fields for the Python API.