Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 650 Bytes

CHANGELOG.md

File metadata and controls

18 lines (14 loc) · 650 Bytes

0.1.4 - April 27 2015

  • Add NonVolatileGetValue, NonVolatileSetValue and LazySetValue to atomic values
  • Use PaddedAtomicLong and AtomicLong in Striped64

0.1.3 - April 17 2015

  • Remove VolatileLong - use AtomicLong instead as Get/Set are equivalent to what VolatileLong was doing
  • Add ConcurrencyUtilities namespace in source package to avoid conflicts and default classes to internal to avoid conflicts
  • CONCURRENCY_UTILS_PUBLIC to allow exposing classes as public

0.1.2 - April 10 2015

  • Add AtomicLongArray and AtomicIntArray

0.1.1 - April 7 2015

  • Cleanup
  • Add AtomicInteger

0.1.0 - April 4 2015

  • Initial release