+NeuG NEWS - User visible changes
+
+* Major changes in NeuG 0.11
+
+ Released 2013-08-22, by NIIBE Yutaka
+
+** Replacement of kernel (thread library)
+Instead of ChibiOS/RT, we now use Chopstx.
+
+** Improved performance
+The output of random numbers got faster than the previous
+implementation by 30% or so.
+
+** Unsupported targets
+CQ_STARM, STBEE, STBEE Mini, and STM32_PRIMER2 are not
+supported in this release, but porting should be easy.
+
+
+* Major changes in NeuG 0.06
+
+ Released 2013-03-15, by NIIBE Yutaka
+
+** Support for relocatable reGNUal
+For firmware upgrade, we can use newer reGNUal (>= 1.0.4).
+
+
+* Major changes in NeuG 0.05
+
+ Released 2013-02-07, by NIIBE Yutaka
+
+** Improvement on SHA256 calculation
+The output of random numbers got faster than the previous
+implementation by 2% or so.
+
+
* Major changes in NeuG 0.04
- Released 2012-10-XX, by NIIBE Yutaka
+ Released 2012-10-30, by NIIBE Yutaka
** Update of ChibiOS/RT
ChibiOS/RT is updated to newer 2.4.3.
-** A bit of improved performance
-A few percent of improvement for generation speed, due to finer lock.
+** Improved performance
+Improvement on generation speed, even when it's _not_ connected to USB
+2.0 Hub.
** Health tests run for NEUG_MODE_RAW
Health tests run when NEUG_MODE_RAW (CRC32 filter output).
-** More runtime checks: tool/neug_check.py
+** More runtime info: tool/neug_check.py
Now, we can observe max counts of repeat count test, adaptive
propotion test 64, and adaptive propotion test 4096.