summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/physconst/CHANGELOG.md
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2020-01-27 03:01:09 +0000
committerNorbert Preining <norbert@preining.info>2020-01-27 03:01:09 +0000
commit685e467506870702d416d2317ce1d808e8f3fb60 (patch)
tree1dca85799bf8bd27f1df7c62ff6cbdf596cb6c16 /macros/latex/contrib/physconst/CHANGELOG.md
parent71295b0ca41c29bc151c94fa61b71d3ec9cb83c6 (diff)
CTAN sync 202001270301
Diffstat (limited to 'macros/latex/contrib/physconst/CHANGELOG.md')
-rw-r--r--macros/latex/contrib/physconst/CHANGELOG.md27
1 files changed, 27 insertions, 0 deletions
diff --git a/macros/latex/contrib/physconst/CHANGELOG.md b/macros/latex/contrib/physconst/CHANGELOG.md
new file mode 100644
index 0000000000..964bf35aa6
--- /dev/null
+++ b/macros/latex/contrib/physconst/CHANGELOG.md
@@ -0,0 +1,27 @@
+# Changes
+## [1.0.0] - 2020/01/25
+- Initial version
+## [1.0.1] - 2020/01/25
+### Added
+- A changelog
+- A readme
+- Code for changelog into physconst.cpp
+- `make dist` to create distributable tarball and zip
+- Documentation for options
+- line in .ins to force generation of the .sty
+- nicer index entries (and some associated code in .cpp to generate them)
+- added localuninstall and distuninstall targets to the makefile
+### Changed
+- Modified the makefile to split up generation of the .sty, .dtx, and .pdf
+- Modified the .cpp so that every \DeclareRobustCommand starts a new line right away
+- Added a newline in the middle of the title declaration (in .cpp)
+- Added a newline in the middle of the \DoNotIndex declaration (in .cpp)
+- Added dependency on imakeidx and changed the index to 2 column.
+- fixed makefile install options to correctly find TEXMF path
+### Removed
+- Removed unnecessary packages (tikz, float) from the code for the documentation
+## [1.0.2] - 2020/01/25
+### Changed
+- Switch compression of tarball to gzip to match requirement for CTAN
+
+