adding changelog and comment

This commit is contained in:
Ferdinand Kuhl 2014-04-16 10:24:05 +02:00
parent 6b2c36c65d
commit 6c1d77fe8f
2 changed files with 7 additions and 0 deletions

3
ChangeLog.md Normal file
View file

@ -0,0 +1,3 @@
new in 1.0:
- taken from DigiComp.Controls

View file

@ -12,6 +12,10 @@ use TYPO3\Flow\Annotations as Flow;
/** /**
* A SequenceNumber generator (should be DB-agnostic) * A SequenceNumber generator (should be DB-agnostic)
* *
*
* Thoughts: We could make the step-range configurable, and if > 1 we could return new keys immediately for this request,
* as we "reserved" the space between.
*
* @Flow\Scope("singleton") * @Flow\Scope("singleton")
*/ */
class SequenceGenerator { class SequenceGenerator {