diff --git a/openvdb/CHANGES b/openvdb/CHANGES
index 4722478d37..dab997b5ae 100644
--- a/openvdb/CHANGES
+++ b/openvdb/CHANGES
@@ -1,12 +1,15 @@
OpenVDB Version History
=======================
-Version 5.2.0 - In development
+Version 5.2.0 - August 13, 2018
New features:
- Added tools to advect points stored in point data grids
through velocity fields.
[Contributed by Dan Bailey]
+ - For point data grids, voxel data can now be prefetched independently
+ of position or other attributes.
+ [Contributed by Dan Bailey]
- Added tools to sample voxel values onto points stored in
point data grids.
[Contributed by Double Negative]
diff --git a/openvdb/doc/changes.txt b/openvdb/doc/changes.txt
index e4db337a0e..052857087f 100644
--- a/openvdb/doc/changes.txt
+++ b/openvdb/doc/changes.txt
@@ -4,13 +4,17 @@
@htmlonly @endhtmlonly
@par
-Version 5.2.0 - In development
+Version 5.2.0 - August 13, 2018
@par
New features:
- Added @link points/PointAdvect.h tools@endlink to advect points
stored in point data grids through velocity fields.
[Contributed by Dan Bailey]
+- For point data grids, voxel data can now be
+ @vdblink::points::prefetch() prefetched@endlink independently of
+ position or other attributes.
+ [Contributed by Dan Bailey]
- Added @link points/PointSample.h tools@endlink to sample voxel values
onto points stored in point data grids.
[Contributed by Double Negative]