Revision history for Const-XS

0.01    Date/time
        First version, released on an unsuspecting world.

0.08    2025-05-05
	- Throw an error when trying to set odd number of elements in hash assignment.
        - Fix/Add additional tests for combining/merging Const::XS variables.

0.09    2025-05-05
        - Add additional tests for exporting Const::XS variables.

0.10    2025-05-07
        - Export a make_readonly function + add additional tests

0.11    2025-05-07
        - Export a make_readonly function + add additional tests

0.12    2025-05-07
        - Add a unmake_readonly function + add additional tests
	- Add a is_readonly function + add additional tests

0.13    2025-05-07
        - Small refactor of _make_readwrite function.

0.14	2025-05-07
	- Give up for now on trying to make is_readonly compatible with make_readonly scalar variables.
	- Explicitly say in documentations is_readonly is for references
	- Tidy is_readonly, make_readonly, unmake_readonly XSSUBS.

0.15	2025-05-07
	- another attempt at making is_readonly compatible with make_readonly scalar variables.