diff --git a/ChangeLog b/ChangeLog index 239883b..d5b1f87 100644 --- a/ChangeLog +++ b/ChangeLog @@ -33,6 +33,7 @@ * Check for presence of clock_gettime() for OS X, where the symbol may not be resolved on older OS X versions. (John Hood) + * Fix a memory alignment issue in OCB with ARM/Neon. (Carlos Cabanero) * Other minor platform compatibility fixes for Mosh sources and tests. (John Hood) diff --git a/debian/changelog b/debian/changelog index 1d3accd..5040fe0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -35,6 +35,7 @@ mosh (1.3.0-rc1) unstable; urgency=low * Check for presence of clock_gettime() for OS X, where the symbol may not be resolved on older OS X versions. (John Hood) + * Fix a memory alignment issue in OCB with ARM/Neon. (Carlos Cabanero) * Other minor platform compatibility fixes for Mosh sources and tests. (John Hood)