lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> Ok, maybe it's nitpicking, but I had the impression that the "last
> number is just for bugfix" rule was rather strict.
> Doesn't the change in table.move amount to a semantic change (albeit
> minimal)? Shouldn't this deserve a minor version bump, i.e. 5.4.0?

table.move was new in 5.3, its API was new. Let us say that restriction
was a specification bug.

-- Roberto